Html Css Color HEX #AAB614 Bahia

📋 copy color: '#AAB614'

red 170 ◦ green 182 ◦ blue 20

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

Shades of Bahia #AAB614

Tints of Bahia #AAB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.92%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 45.7%
G = 48.92%
B = 5.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#AAB614 (or 0xAAB614) is known color: Bahia. HEX triplet: AA, B6 and 14. RGB value is (170,182,20). Sum of RGB (Red+Green+Blue) = 170+182+20=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB614 is #5549EB. Grayscale: #A0A0A0. Windows color (decimal): -5589484 or 1357482. OLE color: 1357482.

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

Color convert

RGB 170 182 20 -
CMYK 0.07 0 0.89 0.29
HSL 64.44º 0.8% 0.4% -
HSV(B) 64.44º 0.89% 0.71% -
XYZ 33.43 42.05 7.02 -
YUV 159.94 49.02 135.17 -
System Red Green Blue C M Y K H S L
Decimal 170 182 20 0.07 0 0.89 0.29 64.44 0.8 0.4
Hex AA B6 14 7 0 59 1D 40 50 28
Octal 252 266 24 7 0 131 35 100 120 50
Binary 10101010 10110110 10100 111 0 1011001 11101 1000000 1010000 101000

Color Harmonies of #AAB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB614

Black with #AAB614

Text Example


Text Example

White with #AAB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB614; }

 p { color: rgb(170,182,20); }

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

background-color css

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

 a { background-color: rgb(170,182,20); }

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

border-color css

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

 span { border-color: rgb(170,182,20); }

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