Html Css Color HEX #AC8585 Rosy Brown

📋 copy color: '#AC8585'

red 172 ◦ green 133 ◦ blue 133

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

Shades of Rosy Brown #AC8585

Tints of Rosy Brown #AC8585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 39.27%
G = 30.37%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC8585 (or 0xAC8585) is known color: Rosy Brown. HEX triplet: AC, 85 and 85. RGB value is (172,133,133). Sum of RGB (Red+Green+Blue) = 172+133+133=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8585 is #537A7A. Grayscale: #909090. Windows color (decimal): -5470843 or 8750508. OLE color: 8750508.

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

Color convert

RGB 172 133 133 -
CMYK 0 0.23 0.23 0.33
HSL 0.19% 0.6% -
HSV(B) 0.23% 0.67% -
XYZ 29.63 27.24 25.89 -
YUV 144.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 172 133 133 0 0.23 0.23 0.33 0 0.19 0.6
Hex AC 85 85 0 17 17 21 0 13 3C
Octal 254 205 205 0 27 27 41 0 23 74
Binary 10101100 10000101 10000101 0 10111 10111 100001 0 10011 111100

Color Harmonies of #AC8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8585

Black with #AC8585

Text Example


Text Example

White with #AC8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8585; }

 p { color: rgb(172,133,133); }

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

background-color css

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

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

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

border-color css

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

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

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