Html Css Color HEX #AA9983 Bronco

📋 copy color: '#AA9983'

red 170 ◦ green 153 ◦ blue 131

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

Shades of Bronco #AA9983

Tints of Bronco #AA9983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 131 (51.56% from 255) = 28.85%

R = 37.44%
G = 33.7%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA9983 (or 0xAA9983) is known color: Bronco. HEX triplet: AA, 99 and 83. RGB value is (170,153,131). Sum of RGB (Red+Green+Blue) = 170+153+131=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9983 is #55667C. Grayscale: #9B9B9B. Windows color (decimal): -5596797 or 8624554. OLE color: 8624554.

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

Color convert

RGB 170 153 131 -
CMYK 0 0.1 0.23 0.33
HSL 33.85º 0.19% 0.59% -
HSV(B) 33.85º 0.23% 0.67% -
XYZ 32.07 32.97 26.15 -
YUV 155.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 170 153 131 0 0.1 0.23 0.33 33.85 0.19 0.59
Hex AA 99 83 0 A 17 21 22 13 3B
Octal 252 231 203 0 12 27 41 42 23 73
Binary 10101010 10011001 10000011 0 1010 10111 100001 100010 10011 111011

Color Harmonies of #AA9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9983

Black with #AA9983

Text Example


Text Example

White with #AA9983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9983; }

 p { color: rgb(170,153,131); }

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

background-color css

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

 a { background-color: rgb(170,153,131); }

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

border-color css

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

 span { border-color: rgb(170,153,131); }

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