Html Css Color HEX #AAB415 Bahia

📋 copy color: '#AAB415'

red 170 ◦ green 180 ◦ blue 21

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

Shades of Bahia #AAB415

Tints of Bahia #AAB415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 45.82%
G = 48.52%
B = 5.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#AAB415 (or 0xAAB415) is known color: Bahia. HEX triplet: AA, B4 and 15. RGB value is (170,180,21). Sum of RGB (Red+Green+Blue) = 170+180+21=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB415 is #554BEA. Grayscale: #9F9F9F. Windows color (decimal): -5589995 or 1422506. OLE color: 1422506.

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

Color convert

RGB 170 180 21 -
CMYK 0.06 0 0.88 0.29
HSL 63.77º 0.79% 0.39% -
HSV(B) 63.77º 0.88% 0.71% -
XYZ 33.03 41.24 6.93 -
YUV 158.88 50.19 135.93 -
System Red Green Blue C M Y K H S L
Decimal 170 180 21 0.06 0 0.88 0.29 63.77 0.79 0.39
Hex AA B4 15 6 0 58 1D 40 4F 27
Octal 252 264 25 6 0 130 35 100 117 47
Binary 10101010 10110100 10101 110 0 1011000 11101 1000000 1001111 100111

Color Harmonies of #AAB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB415

Black with #AAB415

Text Example


Text Example

White with #AAB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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