Html Css Color HEX #AAB734 Bahia

📋 copy color: '#AAB734'

red 170 ◦ green 183 ◦ blue 52

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

Shades of Bahia #AAB734

Tints of Bahia #AAB734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

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

R = 41.98%
G = 45.19%
B = 12.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#AAB734 (or 0xAAB734) is known color: Bahia. HEX triplet: AA, B7 and 34. RGB value is (170,183,52). Sum of RGB (Red+Green+Blue) = 170+183+52=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB734 is #5548CB. Grayscale: #A4A4A4. Windows color (decimal): -5589196 or 3454890. OLE color: 3454890.

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

Color convert

RGB 170 183 52 -
CMYK 0.07 0 0.72 0.28
HSL 65.95º 0.56% 0.46% -
HSV(B) 65.95º 0.72% 0.72% -
XYZ 34.13 42.66 9.68 -
YUV 164.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 170 183 52 0.07 0 0.72 0.28 65.95 0.56 0.46
Hex AA B7 34 7 0 48 1C 42 38 2E
Octal 252 267 64 7 0 110 34 102 70 56
Binary 10101010 10110111 110100 111 0 1001000 11100 1000010 111000 101110

Color Harmonies of #AAB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB734

Black with #AAB734

Text Example


Text Example

White with #AAB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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