Html Css Color HEX #AAB017 Bahia

📋 copy color: '#AAB017'

red 170 ◦ green 176 ◦ blue 23

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

Shades of Bahia #AAB017

Tints of Bahia #AAB017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.7%

 BLUE value IS 23 (9.38% from 255) = 6.23%

R = 46.07%
G = 47.7%
B = 6.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AAB017 (or 0xAAB017) is known color: Bahia. HEX triplet: AA, B0 and 17. RGB value is (170,176,23). Sum of RGB (Red+Green+Blue) = 170+176+23=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB017 is #554FE8. Grayscale: #9D9D9D. Windows color (decimal): -5591017 or 1552554. OLE color: 1552554.

HSL color Cylindrical-coordinate representation of color #AAB017: hue angle of 62.35º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB017 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 23 -
CMYK 0.03 0 0.87 0.31
HSL 62.35º 0.77% 0.39% -
HSV(B) 62.35º 0.87% 0.69% -
XYZ 32.26 39.66 6.77 -
YUV 156.76 52.51 137.44 -
System Red Green Blue C M Y K H S L
Decimal 170 176 23 0.03 0 0.87 0.31 62.35 0.77 0.39
Hex AA B0 17 3 0 57 1F 3E 4D 27
Octal 252 260 27 3 0 127 37 76 115 47
Binary 10101010 10110000 10111 11 0 1010111 11111 111110 1001101 100111

Color Harmonies of #AAB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB017

Black with #AAB017

Text Example


Text Example

White with #AAB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB017; }

 p { color: rgb(170,176,23); }

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

background-color css

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

 a { background-color: rgb(170,176,23); }

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

border-color css

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

 span { border-color: rgb(170,176,23); }

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