Html Css Color HEX #AC9983 Bronco

📋 copy color: '#AC9983'

red 172 ◦ green 153 ◦ blue 131

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

Shades of Bronco #AC9983

Tints of Bronco #AC9983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.73%

R = 37.72%
G = 33.55%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC9983 (or 0xAC9983) is known color: Bronco. HEX triplet: AC, 99 and 83. RGB value is (172,153,131). Sum of RGB (Red+Green+Blue) = 172+153+131=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9983 is #53667C. Grayscale: #9C9C9C. Windows color (decimal): -5465725 or 8624556. OLE color: 8624556.

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

Color convert

RGB 172 153 131 -
CMYK 0 0.11 0.24 0.33
HSL 32.2º 0.2% 0.59% -
HSV(B) 32.2º 0.24% 0.67% -
XYZ 32.5 33.19 26.17 -
YUV 156.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 172 153 131 0 0.11 0.24 0.33 32.2 0.2 0.59
Hex AC 99 83 0 B 18 21 20 14 3B
Octal 254 231 203 0 13 30 41 40 24 73
Binary 10101100 10011001 10000011 0 1011 11000 100001 100000 10100 111011

Color Harmonies of #AC9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9983

Black with #AC9983

Text Example


Text Example

White with #AC9983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9983; }

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

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

background-color css

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

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

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

border-color css

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

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

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