Html Css Color HEX #AC9A7D Bronco

📋 copy color: '#AC9A7D'

red 172 ◦ green 154 ◦ blue 125

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

Shades of Bronco #AC9A7D

Tints of Bronco #AC9A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 38.14%
G = 34.15%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC9A7D (or 0xAC9A7D) is known color: Bronco. HEX triplet: AC, 9A and 7D. RGB value is (172,154,125). Sum of RGB (Red+Green+Blue) = 172+154+125=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A7D is #536582. Grayscale: #9C9C9C. Windows color (decimal): -5465475 or 8231596. OLE color: 8231596.

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

Color convert

RGB 172 154 125 -
CMYK 0 0.10 0.27 0.33
HSL 37.02º 0.22% 0.58% -
HSV(B) 37.02º 0.27% 0.67% -
XYZ 32.27 33.36 24.14 -
YUV 156.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 172 154 125 0 0.10 0.27 0.33 37.02 0.22 0.58
Hex AC 9A 7D 0 A 1B 21 25 16 3A
Octal 254 232 175 0 12 33 41 45 26 72
Binary 10101100 10011010 1111101 0 1010 11011 100001 100101 10110 111010

Color Harmonies of #AC9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A7D

Black with #AC9A7D

Text Example


Text Example

White with #AC9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A7D; }

 p { color: rgb(172,154,125); }

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

background-color css

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

 a { background-color: rgb(172,154,125); }

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

border-color css

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

 span { border-color: rgb(172,154,125); }

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