Html Css Color HEX #AC9575 Bronco

📋 copy color: '#AC9575'

red 172 ◦ green 149 ◦ blue 117

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

Shades of Bronco #AC9575

Tints of Bronco #AC9575

RGB

 RED value IS 172 (67.58% from 255) = 39.27%

 GREEN value IS 149 (58.59% from 255) = 34.02%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 39.27%
G = 34.02%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC9575 (or 0xAC9575) is known color: Bronco. HEX triplet: AC, 95 and 75. RGB value is (172,149,117). Sum of RGB (Red+Green+Blue) = 172+149+117=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9575 is #536A8A. Grayscale: #989898. Windows color (decimal): -5466763 or 7706028. OLE color: 7706028.

HSL color Cylindrical-coordinate representation of color #AC9575: hue angle of 34.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9575 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 117 -
CMYK 0 0.13 0.32 0.33
HSL 34.91º 0.25% 0.57% -
HSV(B) 34.91º 0.32% 0.67% -
XYZ 30.97 31.55 21.29 -
YUV 152.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 172 149 117 0 0.13 0.32 0.33 34.91 0.25 0.57
Hex AC 95 75 0 D 20 21 23 19 39
Octal 254 225 165 0 15 40 41 43 31 71
Binary 10101100 10010101 1110101 0 1101 100000 100001 100011 11001 111001

Color Harmonies of #AC9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9575

Black with #AC9575

Text Example


Text Example

White with #AC9575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9575; }

 p { color: rgb(172,149,117); }

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

background-color css

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

 a { background-color: rgb(172,149,117); }

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

border-color css

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

 span { border-color: rgb(172,149,117); }

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