Html Css Color HEX #AC967C Bronco

📋 copy color: '#AC967C'

red 172 ◦ green 150 ◦ blue 124

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

Shades of Bronco #AC967C

Tints of Bronco #AC967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 38.57%
G = 33.63%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC967C (or 0xAC967C) is known color: Bronco. HEX triplet: AC, 96 and 7C. RGB value is (172,150,124). Sum of RGB (Red+Green+Blue) = 172+150+124=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC967C is #536983. Grayscale: #999999. Windows color (decimal): -5466500 or 8165036. OLE color: 8165036.

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

Color convert

RGB 172 150 124 -
CMYK 0 0.13 0.28 0.33
HSL 32.5º 0.22% 0.58% -
HSV(B) 32.5º 0.28% 0.67% -
XYZ 31.56 32.04 23.59 -
YUV 153.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 172 150 124 0 0.13 0.28 0.33 32.5 0.22 0.58
Hex AC 96 7C 0 D 1C 21 20 16 3A
Octal 254 226 174 0 15 34 41 40 26 72
Binary 10101100 10010110 1111100 0 1101 11100 100001 100000 10110 111010

Color Harmonies of #AC967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC967C

Black with #AC967C

Text Example


Text Example

White with #AC967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC967C; }

 p { color: rgb(172,150,124); }

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

background-color css

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

 a { background-color: rgb(172,150,124); }

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

border-color css

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

 span { border-color: rgb(172,150,124); }

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