Html Css Color HEX #A8AE18 Bahia

📋 copy color: '#A8AE18'

red 168 ◦ green 174 ◦ blue 24

#A8AE18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A8AE18

Tints of Bahia #A8AE18

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

 GREEN value IS 174 (68.36% from 255) = 47.54%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 45.9%
G = 47.54%
B = 6.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#A8AE18 (or 0xA8AE18) is known color: 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

RGB 168 174 24 -
CMYK 0.03 0 0.86 0.32
HSL 62.4º 0.76% 0.39% -
HSV(B) 62.4º 0.86% 0.68% -
XYZ 31.45 38.66 6.67 -
YUV 155.11 54.01 137.2 -
System Red Green Blue C M Y K H S L
Decimal 168 174 24 0.03 0 0.86 0.32 62.4 0.76 0.39
Hex A8 AE 18 3 0 56 20 3E 4C 27
Octal 250 256 30 3 0 126 40 76 114 47
Binary 10101000 10101110 11000 11 0 1010110 100000 111110 1001100 100111

Color Harmonies of #A8AE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE18

Black with #A8AE18

Text Example


Text Example

White with #A8AE18

Text Example


Text Example

HTML Codes & Css Web 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>