#AA9683

Color #AA9683 Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #AA9683

Tints of Bronco #AA9683

Color information

#AA9683 (or 0xAA9683) is unknown color: approx Bronco. HEX triplet: AA, 96 and 83. RGB value is (170,150,131). Sum of RGB (Red+Green+Blue) = 170+150+131=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9683 is #55697C. Grayscale: #999999. Windows color (decimal): -5597565 or 8623786. OLE color: 8623786.

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

Color convert

RGB170150131-
CMYK00.120.230.33
HSL29.23º18.66%59.02%-
HSV(B)29.23º22.94%66.67%-
XYZ31.583225.98-
YUV153.81115.13139.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=37.69%
G=33.26%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015013100.120.230.3329.2318.6659.02
HexAA96830C17211d133b
Octal2522262030142741352373
Binary10101010100101101000001101100101111000011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9683; }

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

 H1.HeaderClassName
 {
   color: #AA9683;
 }
 .AnyTagClassName
 {
   color: #AA9683;
 }
</style>
background-color css

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

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

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

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

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

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