Html Css Color HEX #AC9980 Bronco

📋 copy color: '#AC9980'

red 172 ◦ green 153 ◦ blue 128

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

Shades of Bronco #AC9980

Tints of Bronco #AC9980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 37.97%
G = 33.77%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC9980 (or 0xAC9980) is known color: Bronco. HEX triplet: AC, 99 and 80. RGB value is (172,153,128). Sum of RGB (Red+Green+Blue) = 172+153+128=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9980 is #53667F. Grayscale: #9B9B9B. Windows color (decimal): -5465728 or 8427948. OLE color: 8427948.

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

Color convert

RGB 172 153 128 -
CMYK 0 0.11 0.26 0.33
HSL 34.09º 0.21% 0.59% -
HSV(B) 34.09º 0.26% 0.67% -
XYZ 32.3 33.11 25.11 -
YUV 155.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 172 153 128 0 0.11 0.26 0.33 34.09 0.21 0.59
Hex AC 99 80 0 B 1A 21 22 15 3B
Octal 254 231 200 0 13 32 41 42 25 73
Binary 10101100 10011001 10000000 0 1011 11010 100001 100010 10101 111011

Color Harmonies of #AC9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9980

Black with #AC9980

Text Example


Text Example

White with #AC9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9980; }

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

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

background-color css

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

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

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

border-color css

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

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

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