Html Css Color HEX #ACB782 Caper

📋 copy color: '#ACB782'

red 172 ◦ green 183 ◦ blue 130

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

Shades of Caper #ACB782

Tints of Caper #ACB782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 35.46%
G = 37.73%
B = 26.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#ACB782 (or 0xACB782) is known color: Caper. HEX triplet: AC, B7 and 82. RGB value is (172,183,130). Sum of RGB (Red+Green+Blue) = 172+183+130=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB782 is #53487D. Grayscale: #ADADAD. Windows color (decimal): -5458046 or 8566700. OLE color: 8566700.

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

Color convert

RGB 172 183 130 -
CMYK 0.06 0 0.29 0.28
HSL 72.45º 0.27% 0.61% -
HSV(B) 72.45º 0.29% 0.72% -
XYZ 37.98 44.25 27.66 -
YUV 173.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 172 183 130 0.06 0 0.29 0.28 72.45 0.27 0.61
Hex AC B7 82 6 0 1D 1C 48 1B 3D
Octal 254 267 202 6 0 35 34 110 33 75
Binary 10101100 10110111 10000010 110 0 11101 11100 1001000 11011 111101

Color Harmonies of #ACB782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB782

Black with #ACB782

Text Example


Text Example

White with #ACB782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB782; }

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

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

background-color css

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

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

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

border-color css

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

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

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