Html Css Color HEX #AAB525 Bahia

📋 copy color: '#AAB525'

red 170 ◦ green 181 ◦ blue 37

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

Shades of Bahia #AAB525

Tints of Bahia #AAB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.65%

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 43.81%
G = 46.65%
B = 9.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#AAB525 (or 0xAAB525) is known color: Bahia. HEX triplet: AA, B5 and 25. RGB value is (170,181,37). Sum of RGB (Red+Green+Blue) = 170+181+37=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB525 is #554ADA. Grayscale: #A1A1A1. Windows color (decimal): -5589723 or 2471338. OLE color: 2471338.

HSL color Cylindrical-coordinate representation of color #AAB525: hue angle of 64.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB525 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 37 -
CMYK 0.06 0 0.80 0.29
HSL 64.58º 0.66% 0.43% -
HSV(B) 64.58º 0.8% 0.71% -
XYZ 33.44 41.73 8.04 -
YUV 161.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 170 181 37 0.06 0 0.80 0.29 64.58 0.66 0.43
Hex AA B5 25 6 0 50 1D 41 42 2B
Octal 252 265 45 6 0 120 35 101 102 53
Binary 10101010 10110101 100101 110 0 1010000 11101 1000001 1000010 101011

Color Harmonies of #AAB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB525

Black with #AAB525

Text Example


Text Example

White with #AAB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB525; }

 p { color: rgb(170,181,37); }

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

background-color css

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

 a { background-color: rgb(170,181,37); }

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

border-color css

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

 span { border-color: rgb(170,181,37); }

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