Html Css Color HEX #ACB780 Caper

📋 copy color: '#ACB780'

red 172 ◦ green 183 ◦ blue 128

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

Shades of Caper #ACB780

Tints of Caper #ACB780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 35.61%
G = 37.89%
B = 26.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#ACB780 (or 0xACB780) is known color: Caper. HEX triplet: AC, B7 and 80. RGB value is (172,183,128). Sum of RGB (Red+Green+Blue) = 172+183+128=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB780 is #53487F. Grayscale: #ADADAD. Windows color (decimal): -5458048 or 8435628. OLE color: 8435628.

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

Color convert

RGB 172 183 128 -
CMYK 0.06 0 0.30 0.28
HSL 72º 0.28% 0.61% -
HSV(B) 72º 0.3% 0.72% -
XYZ 37.84 44.2 26.96 -
YUV 173.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 172 183 128 0.06 0 0.30 0.28 72 0.28 0.61
Hex AC B7 80 6 0 1E 1C 48 1C 3D
Octal 254 267 200 6 0 36 34 110 34 75
Binary 10101100 10110111 10000000 110 0 11110 11100 1001000 11100 111101

Color Harmonies of #ACB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB780

Black with #ACB780

Text Example


Text Example

White with #ACB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB780; }

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

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

background-color css

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

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

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

border-color css

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

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

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