#A99675

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

Shades of Bronco #A99675

Tints of Bronco #A99675

Color information

#A99675 (or 0xA99675) is unknown color: approx Bronco. HEX triplet: A9, 96 and 75. RGB value is (169,150,117). Sum of RGB (Red+Green+Blue) = 169+150+117=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99675 is #56698A. Grayscale: #989898. Windows color (decimal): -5663115 or 7706281. OLE color: 7706281.

HSL color Cylindrical-coordinate representation of color #A99675: hue angle of 38.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99675 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169150117-
CMYK00.110.310.34
HSL38.08º23.21%56.08%-
HSV(B)38.08º30.77%66.27%-
XYZ30.4831.5321.31-
YUV151.92108.29140.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=38.76%
G=34.40%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915011700.110.310.3438.0823.2156.08
HexA996750B1F22261738
Octal2512261650133742462770
Binary10101001100101101110101010111111110001010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99675; }

 p { color: rgb(169,150,117); }

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

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

 a { background-color: rgb(169,150,117); }

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

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

 span { border-color: rgb(169,150,117); }

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