Html Css Color HEX #AAB414 Bahia

📋 copy color: '#AAB414'

red 170 ◦ green 180 ◦ blue 20

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

Shades of Bahia #AAB414

Tints of Bahia #AAB414

RGB

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

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

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

R = 45.95%
G = 48.65%
B = 5.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#AAB414 (or 0xAAB414) is known color: Bahia. HEX triplet: AA, B4 and 14. RGB value is (170,180,20). Sum of RGB (Red+Green+Blue) = 170+180+20=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB414 is #554BEB. Grayscale: #9F9F9F. Windows color (decimal): -5589996 or 1356970. OLE color: 1356970.

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

Color convert

RGB 170 180 20 -
CMYK 0.06 0 0.89 0.29
HSL 63.75º 0.8% 0.39% -
HSV(B) 63.75º 0.89% 0.71% -
XYZ 33.03 41.24 6.88 -
YUV 158.77 49.69 136.01 -
System Red Green Blue C M Y K H S L
Decimal 170 180 20 0.06 0 0.89 0.29 63.75 0.8 0.39
Hex AA B4 14 6 0 59 1D 40 50 27
Octal 252 264 24 6 0 131 35 100 120 47
Binary 10101010 10110100 10100 110 0 1011001 11101 1000000 1010000 100111

Color Harmonies of #AAB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB414

Black with #AAB414

Text Example


Text Example

White with #AAB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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