Html Css Color HEX #AC9C7C Bronco

📋 copy color: '#AC9C7C'

red 172 ◦ green 156 ◦ blue 124

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

Shades of Bronco #AC9C7C

Tints of Bronco #AC9C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.51%

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

R = 38.05%
G = 34.51%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC9C7C (or 0xAC9C7C) is known color: Bronco. HEX triplet: AC, 9C and 7C. RGB value is (172,156,124). Sum of RGB (Red+Green+Blue) = 172+156+124=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C7C is #536383. Grayscale: #9D9D9D. Windows color (decimal): -5464964 or 8166572. OLE color: 8166572.

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

Color convert

RGB 172 156 124 -
CMYK 0 0.09 0.28 0.33
HSL 40º 0.22% 0.58% -
HSV(B) 40º 0.28% 0.67% -
XYZ 32.54 34 23.92 -
YUV 157.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 172 156 124 0 0.09 0.28 0.33 40 0.22 0.58
Hex AC 9C 7C 0 9 1C 21 28 16 3A
Octal 254 234 174 0 11 34 41 50 26 72
Binary 10101100 10011100 1111100 0 1001 11100 100001 101000 10110 111010

Color Harmonies of #AC9C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C7C

Black with #AC9C7C

Text Example


Text Example

White with #AC9C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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