Html Css Color HEX #AA9682 Bronco

📋 copy color: '#AA9682'

red 170 ◦ green 150 ◦ blue 130

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

Shades of Bronco #AA9682

Tints of Bronco #AA9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.33%

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

R = 37.78%
G = 33.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA9682 (or 0xAA9682) is known color: Bronco. HEX triplet: AA, 96 and 82. RGB value is (170,150,130). Sum of RGB (Red+Green+Blue) = 170+150+130=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9682 is #55697D. Grayscale: #999999. Windows color (decimal): -5597566 or 8558250. OLE color: 8558250.

HSL color Cylindrical-coordinate representation of color #AA9682: hue angle of 30º 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 #AA9682 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 130 -
CMYK 0 0.12 0.24 0.33
HSL 30º 0.19% 0.59% -
HSV(B) 30º 0.24% 0.67% -
XYZ 31.51 31.97 25.63 -
YUV 153.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 170 150 130 0 0.12 0.24 0.33 30 0.19 0.59
Hex AA 96 82 0 C 18 21 1E 13 3B
Octal 252 226 202 0 14 30 41 36 23 73
Binary 10101010 10010110 10000010 0 1100 11000 100001 11110 10011 111011

Color Harmonies of #AA9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9682

Black with #AA9682

Text Example


Text Example

White with #AA9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9682; }

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

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

background-color css

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

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

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

border-color css

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

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

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