Html Css Color HEX #ACB485 Caper

📋 copy color: '#ACB485'

red 172 ◦ green 180 ◦ blue 133

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

Shades of Caper #ACB485

Tints of Caper #ACB485

RGB

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

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

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

R = 35.46%
G = 37.11%
B = 27.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#ACB485 (or 0xACB485) is known color: Caper. HEX triplet: AC, B4 and 85. RGB value is (172,180,133). Sum of RGB (Red+Green+Blue) = 172+180+133=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB485 is #534B7A. Grayscale: #ACACAC. Windows color (decimal): -5458811 or 8762540. OLE color: 8762540.

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

Color convert

RGB 172 180 133 -
CMYK 0.04 0 0.26 0.29
HSL 70.21º 0.24% 0.61% -
HSV(B) 70.21º 0.26% 0.71% -
XYZ 37.57 43.11 28.53 -
YUV 172.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 172 180 133 0.04 0 0.26 0.29 70.21 0.24 0.61
Hex AC B4 85 4 0 1A 1D 46 18 3D
Octal 254 264 205 4 0 32 35 106 30 75
Binary 10101100 10110100 10000101 100 0 11010 11101 1000110 11000 111101

Color Harmonies of #ACB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB485

Black with #ACB485

Text Example


Text Example

White with #ACB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB485; }

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

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

background-color css

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

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

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

border-color css

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

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

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