#A7AE1C

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

Shades of Bahia #A7AE1C

Tints of Bahia #A7AE1C

Color information

#A7AE1C (or 0xA7AE1C) is unknown color: approx Bahia. HEX triplet: A7, AE and 1C. RGB value is (167,174,28). Sum of RGB (Red+Green+Blue) = 167+174+28=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AE1C is #5851E3. Grayscale: #9B9B9B. Windows color (decimal): -5788132 or 1879719. OLE color: 1879719.

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

Color convert

RGB16717428-
CMYK0.0400.840.32
HSL62.88º72.28%39.61%-
HSV(B)62.88º83.91%68.24%-
XYZ31.2838.576.89-
YUV155.2656.18136.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 28 (11.33% from 255) = 7.59%
R=45.26%
G=47.15%
B=7.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167174280.0400.840.3262.8872.2839.61
HexA7AE1C4054203f4828
Octal2472563440124407711050
Binary101001111010111011100100010101001000001111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE1C; }

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

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

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

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

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

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

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

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