Html Css Color HEX #AAB418 Bahia

📋 copy color: '#AAB418'

red 170 ◦ green 180 ◦ blue 24

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

Shades of Bahia #AAB418

Tints of Bahia #AAB418

RGB

 RED value IS 170 (66.8% from 255) = 45.45%

 GREEN value IS 180 (70.7% from 255) = 48.13%

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

R = 45.45%
G = 48.13%
B = 6.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#AAB418 (or 0xAAB418) is known color: Bahia. HEX triplet: AA, B4 and 18. RGB value is (170,180,24). Sum of RGB (Red+Green+Blue) = 170+180+24=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB418 is #554BE7. Grayscale: #9F9F9F. Windows color (decimal): -5589992 or 1619114. OLE color: 1619114.

HSL color Cylindrical-coordinate representation of color #AAB418: hue angle of 63.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB418 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 24 -
CMYK 0.06 0 0.87 0.29
HSL 63.85º 0.76% 0.4% -
HSV(B) 63.85º 0.87% 0.71% -
XYZ 33.06 41.25 7.08 -
YUV 159.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 170 180 24 0.06 0 0.87 0.29 63.85 0.76 0.4
Hex AA B4 18 6 0 57 1D 40 4C 28
Octal 252 264 30 6 0 127 35 100 114 50
Binary 10101010 10110100 11000 110 0 1010111 11101 1000000 1001100 101000

Color Harmonies of #AAB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB418

Black with #AAB418

Text Example


Text Example

White with #AAB418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB418; }

 p { color: rgb(170,180,24); }

 H1.HeaderClassName
 {
   color: #AAB418;
 }
 .AnyTagClassName
 {
   color: #AAB418;
 }
</style>

background-color css

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

 a { background-color: rgb(170,180,24); }

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

border-color css

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

 span { border-color: rgb(170,180,24); }

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