Html Css Color HEX #ACBC87 Caper

📋 copy color: '#ACBC87'

red 172 ◦ green 188 ◦ blue 135

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

Shades of Caper #ACBC87

Tints of Caper #ACBC87

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

 BLUE value IS 135 (53.13% from 255) = 27.27%

R = 34.75%
G = 37.98%
B = 27.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#ACBC87 (or 0xACBC87) is known color: Caper. HEX triplet: AC, BC and 87. RGB value is (172,188,135). Sum of RGB (Red+Green+Blue) = 172+188+135=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC87 is #534378. Grayscale: #B1B1B1. Windows color (decimal): -5456761 or 8895660. OLE color: 8895660.

HSL color Cylindrical-coordinate representation of color #ACBC87: hue angle of 78.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACBC87 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 135 -
CMYK 0.09 0 0.28 0.26
HSL 78.11º 0.28% 0.63% -
HSV(B) 78.11º 0.28% 0.74% -
XYZ 39.37 46.49 29.82 -
YUV 177.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 172 188 135 0.09 0 0.28 0.26 78.11 0.28 0.63
Hex AC BC 87 9 0 1C 1A 4E 1C 3F
Octal 254 274 207 11 0 34 32 116 34 77
Binary 10101100 10111100 10000111 1001 0 11100 11010 1001110 11100 111111

Color Harmonies of #ACBC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC87

Black with #ACBC87

Text Example


Text Example

White with #ACBC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC87; }

 p { color: rgb(172,188,135); }

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

background-color css

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

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

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

border-color css

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

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

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