Html Css Color HEX #AA9B82 Bronco

📋 copy color: '#AA9B82'

red 170 ◦ green 155 ◦ blue 130

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

Shades of Bronco #AA9B82

Tints of Bronco #AA9B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.07%

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 37.36%
G = 34.07%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA9B82 (or 0xAA9B82) is known color: Bronco. HEX triplet: AA, 9B and 82. RGB value is (170,155,130). Sum of RGB (Red+Green+Blue) = 170+155+130=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B82 is #55647D. Grayscale: #9C9C9C. Windows color (decimal): -5596286 or 8559530. OLE color: 8559530.

HSL color Cylindrical-coordinate representation of color #AA9B82: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9B82 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 155 130 -
CMYK 0 0.09 0.24 0.33
HSL 37.5º 0.19% 0.59% -
HSV(B) 37.5º 0.24% 0.67% -
XYZ 32.33 33.6 25.9 -
YUV 156.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 170 155 130 0 0.09 0.24 0.33 37.5 0.19 0.59
Hex AA 9B 82 0 9 18 21 26 13 3B
Octal 252 233 202 0 11 30 41 46 23 73
Binary 10101010 10011011 10000010 0 1001 11000 100001 100110 10011 111011

Color Harmonies of #AA9B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B82

Black with #AA9B82

Text Example


Text Example

White with #AA9B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B82; }

 p { color: rgb(170,155,130); }

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

background-color css

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

 a { background-color: rgb(170,155,130); }

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

border-color css

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

 span { border-color: rgb(170,155,130); }

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