Html Css Color HEX #AC9773 Bronco

📋 copy color: '#AC9773'

red 172 ◦ green 151 ◦ blue 115

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

Shades of Bronco #AC9773

Tints of Bronco #AC9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.47%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 39.27%
G = 34.47%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC9773 (or 0xAC9773) is known color: Bronco. HEX triplet: AC, 97 and 73. RGB value is (172,151,115). Sum of RGB (Red+Green+Blue) = 172+151+115=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9773 is #53688C. Grayscale: #999999. Windows color (decimal): -5466253 or 7575468. OLE color: 7575468.

HSL color Cylindrical-coordinate representation of color #AC9773: hue angle of 37.89º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9773 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 115 -
CMYK 0 0.12 0.33 0.33
HSL 37.89º 0.26% 0.56% -
HSV(B) 37.89º 0.33% 0.67% -
XYZ 31.17 32.14 20.78 -
YUV 153.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 172 151 115 0 0.12 0.33 0.33 37.89 0.26 0.56
Hex AC 97 73 0 C 21 21 26 1A 38
Octal 254 227 163 0 14 41 41 46 32 70
Binary 10101100 10010111 1110011 0 1100 100001 100001 100110 11010 111000

Color Harmonies of #AC9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9773

Black with #AC9773

Text Example


Text Example

White with #AC9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9773; }

 p { color: rgb(172,151,115); }

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

background-color css

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

 a { background-color: rgb(172,151,115); }

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

border-color css

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

 span { border-color: rgb(172,151,115); }

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