Html Css Color HEX #AC9777 Bronco

📋 copy color: '#AC9777'

red 172 ◦ green 151 ◦ blue 119

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

Shades of Bronco #AC9777

Tints of Bronco #AC9777

RGB

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

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

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

R = 38.91%
G = 34.16%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC9777 (or 0xAC9777) is known color: Bronco. HEX triplet: AC, 97 and 77. RGB value is (172,151,119). Sum of RGB (Red+Green+Blue) = 172+151+119=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9777 is #536888. Grayscale: #999999. Windows color (decimal): -5466249 or 7837612. OLE color: 7837612.

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

Color convert

RGB 172 151 119 -
CMYK 0 0.12 0.31 0.33
HSL 36.23º 0.24% 0.57% -
HSV(B) 36.23º 0.31% 0.67% -
XYZ 31.41 32.24 22.02 -
YUV 153.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 172 151 119 0 0.12 0.31 0.33 36.23 0.24 0.57
Hex AC 97 77 0 C 1F 21 24 18 39
Octal 254 227 167 0 14 37 41 44 30 71
Binary 10101100 10010111 1110111 0 1100 11111 100001 100100 11000 111001

Color Harmonies of #AC9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9777

Black with #AC9777

Text Example


Text Example

White with #AC9777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9777; }

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

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

background-color css

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

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

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

border-color css

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

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

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