Html Css Color HEX #AAB718 Bahia

📋 copy color: '#AAB718'

red 170 ◦ green 183 ◦ blue 24

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

Shades of Bahia #AAB718

Tints of Bahia #AAB718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.54%

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

R = 45.09%
G = 48.54%
B = 6.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#AAB718 (or 0xAAB718) is known color: Bahia. HEX triplet: AA, B7 and 18. RGB value is (170,183,24). Sum of RGB (Red+Green+Blue) = 170+183+24=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB718 is #5548E7. Grayscale: #A1A1A1. Windows color (decimal): -5589224 or 1619882. OLE color: 1619882.

HSL color Cylindrical-coordinate representation of color #AAB718: hue angle of 64.91º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB718 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 24 -
CMYK 0.07 0 0.87 0.28
HSL 64.91º 0.77% 0.41% -
HSV(B) 64.91º 0.87% 0.72% -
XYZ 33.68 42.48 7.29 -
YUV 160.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 170 183 24 0.07 0 0.87 0.28 64.91 0.77 0.41
Hex AA B7 18 7 0 57 1C 41 4D 29
Octal 252 267 30 7 0 127 34 101 115 51
Binary 10101010 10110111 11000 111 0 1010111 11100 1000001 1001101 101001

Color Harmonies of #AAB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB718

Black with #AAB718

Text Example


Text Example

White with #AAB718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB718; }

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

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

background-color css

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

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

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

border-color css

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

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

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