Html Css Color HEX #AAB713 Bahia

📋 copy color: '#AAB713'

red 170 ◦ green 183 ◦ blue 19

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

Shades of Bahia #AAB713

Tints of Bahia #AAB713

RGB

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

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

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

R = 45.7%
G = 49.19%
B = 5.11%

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

#AAB713 (or 0xAAB713) is known color: Bahia. HEX triplet: AA, B7 and 13. RGB value is (170,183,19). Sum of RGB (Red+Green+Blue) = 170+183+19=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB713 is #5548EC. Grayscale: #A1A1A1. Windows color (decimal): -5589229 or 1292202. OLE color: 1292202.

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

Color convert

RGB 170 183 19 -
CMYK 0.07 0 0.90 0.28
HSL 64.76º 0.81% 0.4% -
HSV(B) 64.76º 0.9% 0.72% -
XYZ 33.63 42.46 7.04 -
YUV 160.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 170 183 19 0.07 0 0.90 0.28 64.76 0.81 0.4
Hex AA B7 13 7 0 5A 1C 41 51 28
Octal 252 267 23 7 0 132 34 101 121 50
Binary 10101010 10110111 10011 111 0 1011010 11100 1000001 1010001 101000

Color Harmonies of #AAB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB713

Black with #AAB713

Text Example


Text Example

White with #AAB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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