Html Css Color HEX #AAB534 Bahia

📋 copy color: '#AAB534'

red 170 ◦ green 181 ◦ blue 52

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

Shades of Bahia #AAB534

Tints of Bahia #AAB534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 42.18%
G = 44.91%
B = 12.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#AAB534 (or 0xAAB534) is known color: Bahia. HEX triplet: AA, B5 and 34. RGB value is (170,181,52). Sum of RGB (Red+Green+Blue) = 170+181+52=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB534 is #554ACB. Grayscale: #A3A3A3. Windows color (decimal): -5589708 or 3454378. OLE color: 3454378.

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

Color convert

RGB 170 181 52 -
CMYK 0.06 0 0.71 0.29
HSL 65.12º 0.55% 0.46% -
HSV(B) 65.12º 0.71% 0.71% -
XYZ 33.72 41.84 9.55 -
YUV 163.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 170 181 52 0.06 0 0.71 0.29 65.12 0.55 0.46
Hex AA B5 34 6 0 47 1D 41 37 2E
Octal 252 265 64 6 0 107 35 101 67 56
Binary 10101010 10110101 110100 110 0 1000111 11101 1000001 110111 101110

Color Harmonies of #AAB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB534

Black with #AAB534

Text Example


Text Example

White with #AAB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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