Html Css Color HEX #AAB712 Bahia

📋 copy color: '#AAB712'

red 170 ◦ green 183 ◦ blue 18

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

Shades of Bahia #AAB712

Tints of Bahia #AAB712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 45.82%
G = 49.33%
B = 4.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#AAB712 (or 0xAAB712) is known color: Bahia. HEX triplet: AA, B7 and 12. RGB value is (170,183,18). Sum of RGB (Red+Green+Blue) = 170+183+18=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB712 is #5548ED. Grayscale: #A0A0A0. Windows color (decimal): -5589230 or 1226666. OLE color: 1226666.

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

Color convert

RGB 170 183 18 -
CMYK 0.07 0 0.90 0.28
HSL 64.73º 0.82% 0.39% -
HSV(B) 64.73º 0.9% 0.72% -
XYZ 33.62 42.46 7 -
YUV 160.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 170 183 18 0.07 0 0.90 0.28 64.73 0.82 0.39
Hex AA B7 12 7 0 5A 1C 41 52 27
Octal 252 267 22 7 0 132 34 101 122 47
Binary 10101010 10110111 10010 111 0 1011010 11100 1000001 1010010 100111

Color Harmonies of #AAB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB712

Black with #AAB712

Text Example


Text Example

White with #AAB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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