Html Css Color HEX #AC9574 Bronco

📋 copy color: '#AC9574'

red 172 ◦ green 149 ◦ blue 116

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

Shades of Bronco #AC9574

Tints of Bronco #AC9574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 39.36%
G = 34.1%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC9574 (or 0xAC9574) is known color: Bronco. HEX triplet: AC, 95 and 74. RGB value is (172,149,116). Sum of RGB (Red+Green+Blue) = 172+149+116=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9574 is #536A8B. Grayscale: #989898. Windows color (decimal): -5466764 or 7640492. OLE color: 7640492.

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

Color convert

RGB 172 149 116 -
CMYK 0 0.13 0.33 0.33
HSL 35.36º 0.25% 0.56% -
HSV(B) 35.36º 0.33% 0.67% -
XYZ 30.91 31.53 20.98 -
YUV 152.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 172 149 116 0 0.13 0.33 0.33 35.36 0.25 0.56
Hex AC 95 74 0 D 21 21 23 19 38
Octal 254 225 164 0 15 41 41 43 31 70
Binary 10101100 10010101 1110100 0 1101 100001 100001 100011 11001 111000

Color Harmonies of #AC9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9574

Black with #AC9574

Text Example


Text Example

White with #AC9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9574; }

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

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

background-color css

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

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

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

border-color css

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

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

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