Html Css Color HEX #ACB778 Caper

📋 copy color: '#ACB778'

red 172 ◦ green 183 ◦ blue 120

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

Shades of Caper #ACB778

Tints of Caper #ACB778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 36.21%
G = 38.53%
B = 25.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#ACB778 (or 0xACB778) is known color: Caper. HEX triplet: AC, B7 and 78. RGB value is (172,183,120). Sum of RGB (Red+Green+Blue) = 172+183+120=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB778 is #534887. Grayscale: #ACACAC. Windows color (decimal): -5458056 or 7911340. OLE color: 7911340.

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

Color convert

RGB 172 183 120 -
CMYK 0.06 0 0.34 0.28
HSL 70.48º 0.3% 0.59% -
HSV(B) 70.48º 0.34% 0.72% -
XYZ 37.34 43.99 24.29 -
YUV 172.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 172 183 120 0.06 0 0.34 0.28 70.48 0.3 0.59
Hex AC B7 78 6 0 22 1C 46 1E 3B
Octal 254 267 170 6 0 42 34 106 36 73
Binary 10101100 10110111 1111000 110 0 100010 11100 1000110 11110 111011

Color Harmonies of #ACB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB778

Black with #ACB778

Text Example


Text Example

White with #ACB778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB778; }

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

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

background-color css

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

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

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

border-color css

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

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

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