Html Css Color HEX #ACB87D Caper

📋 copy color: '#ACB87D'

red 172 ◦ green 184 ◦ blue 125

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

Shades of Caper #ACB87D

Tints of Caper #ACB87D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.25%

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 35.76%
G = 38.25%
B = 25.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#ACB87D (or 0xACB87D) is known color: Caper. HEX triplet: AC, B8 and 7D. RGB value is (172,184,125). Sum of RGB (Red+Green+Blue) = 172+184+125=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB87D is #534782. Grayscale: #ADADAD. Windows color (decimal): -5457795 or 8239276. OLE color: 8239276.

HSL color Cylindrical-coordinate representation of color #ACB87D: hue angle of 72.2º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB87D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 125 -
CMYK 0.07 0 0.32 0.28
HSL 72.2º 0.29% 0.61% -
HSV(B) 72.2º 0.32% 0.72% -
XYZ 37.86 44.53 26 -
YUV 173.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 172 184 125 0.07 0 0.32 0.28 72.2 0.29 0.61
Hex AC B8 7D 7 0 20 1C 48 1D 3D
Octal 254 270 175 7 0 40 34 110 35 75
Binary 10101100 10111000 1111101 111 0 100000 11100 1001000 11101 111101

Color Harmonies of #ACB87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB87D

Black with #ACB87D

Text Example


Text Example

White with #ACB87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB87D; }

 p { color: rgb(172,184,125); }

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

background-color css

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

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

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

border-color css

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

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

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