Html Css Color HEX #AAB315 Bahia

📋 copy color: '#AAB315'

red 170 ◦ green 179 ◦ blue 21

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

Shades of Bahia #AAB315

Tints of Bahia #AAB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.38%

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

R = 45.95%
G = 48.38%
B = 5.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#AAB315 (or 0xAAB315) is known color: Bahia. HEX triplet: AA, B3 and 15. RGB value is (170,179,21). Sum of RGB (Red+Green+Blue) = 170+179+21=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB315 is #554CEA. Grayscale: #9E9E9E. Windows color (decimal): -5590251 or 1422250. OLE color: 1422250.

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

Color convert

RGB 170 179 21 -
CMYK 0.05 0 0.88 0.30
HSL 63.42º 0.79% 0.39% -
HSV(B) 63.42º 0.88% 0.7% -
XYZ 32.83 40.84 6.86 -
YUV 158.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 170 179 21 0.05 0 0.88 0.30 63.42 0.79 0.39
Hex AA B3 15 5 0 58 1E 3F 4F 27
Octal 252 263 25 5 0 130 36 77 117 47
Binary 10101010 10110011 10101 101 0 1011000 11110 111111 1001111 100111

Color Harmonies of #AAB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB315

Black with #AAB315

Text Example


Text Example

White with #AAB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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