Html Css Color HEX #AAB613 Bahia

📋 copy color: '#AAB613'

red 170 ◦ green 182 ◦ blue 19

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

Shades of Bahia #AAB613

Tints of Bahia #AAB613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 45.82%
G = 49.06%
B = 5.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#AAB613 (or 0xAAB613) is known color: Bahia. HEX triplet: AA, B6 and 13. RGB value is (170,182,19). Sum of RGB (Red+Green+Blue) = 170+182+19=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB613 is #5549EC. Grayscale: #A0A0A0. Windows color (decimal): -5589485 or 1291946. OLE color: 1291946.

HSL color Cylindrical-coordinate representation of color #AAB613: hue angle of 64.42º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB613 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 19 -
CMYK 0.07 0 0.90 0.29
HSL 64.42º 0.81% 0.39% -
HSV(B) 64.42º 0.9% 0.71% -
XYZ 33.42 42.05 6.97 -
YUV 159.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 170 182 19 0.07 0 0.90 0.29 64.42 0.81 0.39
Hex AA B6 13 7 0 5A 1D 40 51 27
Octal 252 266 23 7 0 132 35 100 121 47
Binary 10101010 10110110 10011 111 0 1011010 11101 1000000 1010001 100111

Color Harmonies of #AAB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB613

Black with #AAB613

Text Example


Text Example

White with #AAB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB613; }

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

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

background-color css

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

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

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

border-color css

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

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

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