Html Css Color HEX #AC9875 Bronco

📋 copy color: '#AC9875'

red 172 ◦ green 152 ◦ blue 117

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

Shades of Bronco #AC9875

Tints of Bronco #AC9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.47%

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

R = 39%
G = 34.47%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC9875 (or 0xAC9875) is known color: Bronco. HEX triplet: AC, 98 and 75. RGB value is (172,152,117). Sum of RGB (Red+Green+Blue) = 172+152+117=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9875 is #53678A. Grayscale: #9A9A9A. Windows color (decimal): -5465995 or 7706796. OLE color: 7706796.

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

Color convert

RGB 172 152 117 -
CMYK 0 0.12 0.32 0.33
HSL 38.18º 0.25% 0.57% -
HSV(B) 38.18º 0.32% 0.67% -
XYZ 31.45 32.51 21.45 -
YUV 153.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 172 152 117 0 0.12 0.32 0.33 38.18 0.25 0.57
Hex AC 98 75 0 C 20 21 26 19 39
Octal 254 230 165 0 14 40 41 46 31 71
Binary 10101100 10011000 1110101 0 1100 100000 100001 100110 11001 111001

Color Harmonies of #AC9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9875

Black with #AC9875

Text Example


Text Example

White with #AC9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9875; }

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

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

background-color css

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

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

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

border-color css

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

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

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