#A7AE2A

Color #A7AE2A Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A7AE2A

Tints of Bahia #A7AE2A

Color information

#A7AE2A (or 0xA7AE2A) is unknown color: approx Bahia. HEX triplet: A7, AE and 2A. RGB value is (167,174,42). Sum of RGB (Red+Green+Blue) = 167+174+42=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AE2A is #5851D5. Grayscale: #9D9D9D. Windows color (decimal): -5788118 or 2797223. OLE color: 2797223.

HSL color Cylindrical-coordinate representation of color #A7AE2A: hue angle of 63.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7AE2A is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB16717442-
CMYK0.0400.760.32
HSL63.18º61.11%42.35%-
HSV(B)63.18º75.86%68.24%-
XYZ31.4938.657.99-
YUV156.8663.18135.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=43.60%
G=45.43%
B=10.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167174420.0400.760.3263.1861.1142.35
HexA7AE2A404C203f3d2a
Octal247256524011440777552
Binary101001111010111010101010001001100100000111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE2A; }

 p { color: rgb(167,174,42); }

 H1.HeaderClassName
 {
   color: #A7AE2A;
 }
 .AnyTagClassName
 {
   color: #A7AE2A;
 }
</style>
background-color css

<style>
 a { background-color: #A7AE2A; }

 a { background-color: rgb(167,174,42); }

 div.DivClassName
 {
   background-color: #A7AE2A;
 }
 .BgClassName
 {
   background-color: #A7AE2A;
 }
</style>
border-color css

<style>
 span { border-color: #A7AE2A; }

 span { border-color: rgb(167,174,42); }

 td.TdClassName
 {
   border-color: #A7AE2A;
 }
 .TagClassName
 {
   border-color: #A7AE2A;
 }
</style>