Html Css Color HEX #ACB785 Caper

📋 copy color: '#ACB785'

red 172 ◦ green 183 ◦ blue 133

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

Shades of Caper #ACB785

Tints of Caper #ACB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

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

R = 35.25%
G = 37.5%
B = 27.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#ACB785 (or 0xACB785) is known color: Caper. HEX triplet: AC, B7 and 85. RGB value is (172,183,133). Sum of RGB (Red+Green+Blue) = 172+183+133=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB785 is #53487A. Grayscale: #AEAEAE. Windows color (decimal): -5458043 or 8763308. OLE color: 8763308.

HSL color Cylindrical-coordinate representation of color #ACB785: hue angle of 73.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB785 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 133 -
CMYK 0.06 0 0.27 0.28
HSL 73.2º 0.26% 0.62% -
HSV(B) 73.2º 0.27% 0.72% -
XYZ 38.18 44.33 28.73 -
YUV 174.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 172 183 133 0.06 0 0.27 0.28 73.2 0.26 0.62
Hex AC B7 85 6 0 1B 1C 49 1A 3E
Octal 254 267 205 6 0 33 34 111 32 76
Binary 10101100 10110111 10000101 110 0 11011 11100 1001001 11010 111110

Color Harmonies of #ACB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB785

Black with #ACB785

Text Example


Text Example

White with #ACB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB785; }

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

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

background-color css

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

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

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

border-color css

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

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

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