#A8AE18

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

Shades of Bahia #A8AE18

Tints of Bahia #A8AE18

Color information

#A8AE18 (or 0xA8AE18) is unknown color: approx Bahia. HEX triplet: A8, AE and 18. RGB value is (168,174,24). Sum of RGB (Red+Green+Blue) = 168+174+24=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE18 is #5751E7. Grayscale: #9B9B9B. Windows color (decimal): -5722600 or 1617576. OLE color: 1617576.

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

Color convert

RGB16817424-
CMYK0.0300.860.32
HSL62.4º75.76%38.82%-
HSV(B)62.4º86.21%68.24%-
XYZ31.4538.666.67-
YUV155.1154.01137.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 174 (68.36% from 255) = 47.54%
BLUE value IS 24 (9.77% from 255) = 6.56%
R=45.90%
G=47.54%
B=6.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168174240.0300.860.3262.475.7638.82
HexA8AE183056203e4c27
Octal2502563030126407611447
Binary10101000101011101100011010101101000001111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE18; }

 p { color: rgb(168,174,24); }

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

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

 a { background-color: rgb(168,174,24); }

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

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

 span { border-color: rgb(168,174,24); }

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