Html Css Color HEX #AC9982 Bronco

📋 copy color: '#AC9982'

red 172 ◦ green 153 ◦ blue 130

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

Shades of Bronco #AC9982

Tints of Bronco #AC9982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 37.8%
G = 33.63%
B = 28.57%

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

#AC9982 (or 0xAC9982) is known color: Bronco. HEX triplet: AC, 99 and 82. RGB value is (172,153,130). Sum of RGB (Red+Green+Blue) = 172+153+130=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9982 is #53667D. Grayscale: #9C9C9C. Windows color (decimal): -5465726 or 8559020. OLE color: 8559020.

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

Color convert

RGB 172 153 130 -
CMYK 0 0.11 0.24 0.33
HSL 32.86º 0.2% 0.59% -
HSV(B) 32.86º 0.24% 0.67% -
XYZ 32.43 33.16 25.81 -
YUV 156.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 172 153 130 0 0.11 0.24 0.33 32.86 0.2 0.59
Hex AC 99 82 0 B 18 21 21 14 3B
Octal 254 231 202 0 13 30 41 41 24 73
Binary 10101100 10011001 10000010 0 1011 11000 100001 100001 10100 111011

Color Harmonies of #AC9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9982

Black with #AC9982

Text Example


Text Example

White with #AC9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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