Html Css Color HEX #AAB634 Bahia

📋 copy color: '#AAB634'

red 170 ◦ green 182 ◦ blue 52

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

Shades of Bahia #AAB634

Tints of Bahia #AAB634

RGB

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

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

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

R = 42.08%
G = 45.05%
B = 12.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#AAB634 (or 0xAAB634) is known color: Bahia. HEX triplet: AA, B6 and 34. RGB value is (170,182,52). Sum of RGB (Red+Green+Blue) = 170+182+52=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB634 is #5549CB. Grayscale: #A4A4A4. Windows color (decimal): -5589452 or 3454634. OLE color: 3454634.

HSL color Cylindrical-coordinate representation of color #AAB634: hue angle of 65.54º degrees, saturation: 0.56, 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 #AAB634 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 52 -
CMYK 0.07 0 0.71 0.29
HSL 65.54º 0.56% 0.46% -
HSV(B) 65.54º 0.71% 0.71% -
XYZ 33.93 42.25 9.62 -
YUV 163.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 170 182 52 0.07 0 0.71 0.29 65.54 0.56 0.46
Hex AA B6 34 7 0 47 1D 42 38 2E
Octal 252 266 64 7 0 107 35 102 70 56
Binary 10101010 10110110 110100 111 0 1000111 11101 1000010 111000 101110

Color Harmonies of #AAB634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB634

Black with #AAB634

Text Example


Text Example

White with #AAB634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB634; }

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

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

background-color css

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

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

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

border-color css

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

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

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