Html Css Color HEX #AC9C7B Bronco

📋 copy color: '#AC9C7B'

red 172 ◦ green 156 ◦ blue 123

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

Shades of Bronco #AC9C7B

Tints of Bronco #AC9C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.27%

R = 38.14%
G = 34.59%
B = 27.27%

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

#AC9C7B (or 0xAC9C7B) is known color: Bronco. HEX triplet: AC, 9C and 7B. RGB value is (172,156,123). Sum of RGB (Red+Green+Blue) = 172+156+123=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C7B is #536384. Grayscale: #9D9D9D. Windows color (decimal): -5464965 or 8101036. OLE color: 8101036.

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

Color convert

RGB 172 156 123 -
CMYK 0 0.09 0.28 0.33
HSL 40.41º 0.23% 0.58% -
HSV(B) 40.41º 0.28% 0.67% -
XYZ 32.48 33.98 23.59 -
YUV 157.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 172 156 123 0 0.09 0.28 0.33 40.41 0.23 0.58
Hex AC 9C 7B 0 9 1C 21 28 17 3A
Octal 254 234 173 0 11 34 41 50 27 72
Binary 10101100 10011100 1111011 0 1001 11100 100001 101000 10111 111010

Color Harmonies of #AC9C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C7B

Black with #AC9C7B

Text Example


Text Example

White with #AC9C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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