Html Css Color HEX #AAB527 Bahia

📋 copy color: '#AAB527'

red 170 ◦ green 181 ◦ blue 39

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

Shades of Bahia #AAB527

Tints of Bahia #AAB527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10%

R = 43.59%
G = 46.41%
B = 10%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#AAB527 (or 0xAAB527) is known color: Bahia. HEX triplet: AA, B5 and 27. RGB value is (170,181,39). Sum of RGB (Red+Green+Blue) = 170+181+39=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB527 is #554AD8. Grayscale: #A2A2A2. Windows color (decimal): -5589721 or 2602410. OLE color: 2602410.

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

Color convert

RGB 170 181 39 -
CMYK 0.06 0 0.78 0.29
HSL 64.65º 0.65% 0.43% -
HSV(B) 64.65º 0.78% 0.71% -
XYZ 33.47 41.74 8.21 -
YUV 161.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 170 181 39 0.06 0 0.78 0.29 64.65 0.65 0.43
Hex AA B5 27 6 0 4E 1D 41 41 2B
Octal 252 265 47 6 0 116 35 101 101 53
Binary 10101010 10110101 100111 110 0 1001110 11101 1000001 1000001 101011

Color Harmonies of #AAB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB527

Black with #AAB527

Text Example


Text Example

White with #AAB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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