Html Css Color HEX #ACB47D Caper

📋 copy color: '#ACB47D'

red 172 ◦ green 180 ◦ blue 125

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

Shades of Caper #ACB47D

Tints of Caper #ACB47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

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

R = 36.06%
G = 37.74%
B = 26.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#ACB47D (or 0xACB47D) is known color: Caper. HEX triplet: AC, B4 and 7D. RGB value is (172,180,125). Sum of RGB (Red+Green+Blue) = 172+180+125=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47D is #534B82. Grayscale: #ABABAB. Windows color (decimal): -5458819 or 8238252. OLE color: 8238252.

HSL color Cylindrical-coordinate representation of color #ACB47D: hue angle of 68.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB47D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 125 -
CMYK 0.04 0 0.31 0.29
HSL 68.73º 0.27% 0.6% -
HSV(B) 68.73º 0.31% 0.71% -
XYZ 37.04 42.89 25.73 -
YUV 171.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 172 180 125 0.04 0 0.31 0.29 68.73 0.27 0.6
Hex AC B4 7D 4 0 1F 1D 45 1B 3C
Octal 254 264 175 4 0 37 35 105 33 74
Binary 10101100 10110100 1111101 100 0 11111 11101 1000101 11011 111100

Color Harmonies of #ACB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB47D

Black with #ACB47D

Text Example


Text Example

White with #ACB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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