Html Css Color HEX #AAB633 Bahia

📋 copy color: '#AAB633'

red 170 ◦ green 182 ◦ blue 51

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

Shades of Bahia #AAB633

Tints of Bahia #AAB633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.66%

R = 42.18%
G = 45.16%
B = 12.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#AAB633 (or 0xAAB633) is known color: Bahia. HEX triplet: AA, B6 and 33. RGB value is (170,182,51). Sum of RGB (Red+Green+Blue) = 170+182+51=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB633 is #5549CC. Grayscale: #A3A3A3. Windows color (decimal): -5589453 or 3389098. OLE color: 3389098.

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

Color convert

RGB 170 182 51 -
CMYK 0.07 0 0.72 0.29
HSL 65.5º 0.56% 0.46% -
HSV(B) 65.5º 0.72% 0.71% -
XYZ 33.9 42.24 9.5 -
YUV 163.48 64.52 132.65 -
System Red Green Blue C M Y K H S L
Decimal 170 182 51 0.07 0 0.72 0.29 65.5 0.56 0.46
Hex AA B6 33 7 0 48 1D 41 38 2E
Octal 252 266 63 7 0 110 35 101 70 56
Binary 10101010 10110110 110011 111 0 1001000 11101 1000001 111000 101110

Color Harmonies of #AAB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB633

Black with #AAB633

Text Example


Text Example

White with #AAB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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