Html Css Color HEX #AAB632 Bahia

📋 copy color: '#AAB632'

red 170 ◦ green 182 ◦ blue 50

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

Shades of Bahia #AAB632

Tints of Bahia #AAB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.27%

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 42.29%
G = 45.27%
B = 12.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AAB632 (or 0xAAB632) is known color: Bahia. HEX triplet: AA, B6 and 32. RGB value is (170,182,50). Sum of RGB (Red+Green+Blue) = 170+182+50=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB632 is #5549CD. Grayscale: #A3A3A3. Windows color (decimal): -5589454 or 3323562. OLE color: 3323562.

HSL color Cylindrical-coordinate representation of color #AAB632: hue angle of 65.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB632 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 50 -
CMYK 0.07 0 0.73 0.29
HSL 65.45º 0.57% 0.45% -
HSV(B) 65.45º 0.73% 0.71% -
XYZ 33.88 42.23 9.38 -
YUV 163.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 170 182 50 0.07 0 0.73 0.29 65.45 0.57 0.45
Hex AA B6 32 7 0 49 1D 41 39 2D
Octal 252 266 62 7 0 111 35 101 71 55
Binary 10101010 10110110 110010 111 0 1001001 11101 1000001 111001 101101

Color Harmonies of #AAB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB632

Black with #AAB632

Text Example


Text Example

White with #AAB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB632; }

 p { color: rgb(170,182,50); }

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

background-color css

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

 a { background-color: rgb(170,182,50); }

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

border-color css

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

 span { border-color: rgb(170,182,50); }

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