Html Css Color HEX #AAB717 Bahia

📋 copy color: '#AAB717'

red 170 ◦ green 183 ◦ blue 23

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

Shades of Bahia #AAB717

Tints of Bahia #AAB717

RGB

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

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

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

R = 45.21%
G = 48.67%
B = 6.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#AAB717 (or 0xAAB717) is known color: Bahia. HEX triplet: AA, B7 and 17. RGB value is (170,183,23). Sum of RGB (Red+Green+Blue) = 170+183+23=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB717 is #5548E8. Grayscale: #A1A1A1. Windows color (decimal): -5589225 or 1554346. OLE color: 1554346.

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

Color convert

RGB 170 183 23 -
CMYK 0.07 0 0.87 0.28
HSL 64.88º 0.78% 0.4% -
HSV(B) 64.88º 0.87% 0.72% -
XYZ 33.67 42.47 7.23 -
YUV 160.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 170 183 23 0.07 0 0.87 0.28 64.88 0.78 0.4
Hex AA B7 17 7 0 57 1C 41 4E 28
Octal 252 267 27 7 0 127 34 101 116 50
Binary 10101010 10110111 10111 111 0 1010111 11100 1000001 1001110 101000

Color Harmonies of #AAB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB717

Black with #AAB717

Text Example


Text Example

White with #AAB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB717; }

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

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

background-color css

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

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

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

border-color css

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

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

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