Html Css Color HEX #AC9977 Bronco

📋 copy color: '#AC9977'

red 172 ◦ green 153 ◦ blue 119

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

Shades of Bronco #AC9977

Tints of Bronco #AC9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 38.74%
G = 34.46%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC9977 (or 0xAC9977) is known color: Bronco. HEX triplet: AC, 99 and 77. RGB value is (172,153,119). Sum of RGB (Red+Green+Blue) = 172+153+119=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9977 is #536688. Grayscale: #9A9A9A. Windows color (decimal): -5465737 or 7838124. OLE color: 7838124.

HSL color Cylindrical-coordinate representation of color #AC9977: hue angle of 38.49º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9977 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 119 -
CMYK 0 0.11 0.31 0.33
HSL 38.49º 0.24% 0.57% -
HSV(B) 38.49º 0.31% 0.67% -
XYZ 31.73 32.89 22.13 -
YUV 154.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 172 153 119 0 0.11 0.31 0.33 38.49 0.24 0.57
Hex AC 99 77 0 B 1F 21 26 18 39
Octal 254 231 167 0 13 37 41 46 30 71
Binary 10101100 10011001 1110111 0 1011 11111 100001 100110 11000 111001

Color Harmonies of #AC9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9977

Black with #AC9977

Text Example


Text Example

White with #AC9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9977; }

 p { color: rgb(172,153,119); }

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

background-color css

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

 a { background-color: rgb(172,153,119); }

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

border-color css

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

 span { border-color: rgb(172,153,119); }

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