Html Css Color HEX #ACB878 Caper

📋 copy color: '#ACB878'

red 172 ◦ green 184 ◦ blue 120

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

Shades of Caper #ACB878

Tints of Caper #ACB878

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

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

R = 36.13%
G = 38.66%
B = 25.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#ACB878 (or 0xACB878) is known color: Caper. HEX triplet: AC, B8 and 78. RGB value is (172,184,120). Sum of RGB (Red+Green+Blue) = 172+184+120=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB878 is #534787. Grayscale: #ADADAD. Windows color (decimal): -5457800 or 7911596. OLE color: 7911596.

HSL color Cylindrical-coordinate representation of color #ACB878: hue angle of 71.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACB878 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 120 -
CMYK 0.07 0 0.35 0.28
HSL 71.25º 0.31% 0.6% -
HSV(B) 71.25º 0.35% 0.72% -
XYZ 37.54 44.41 24.36 -
YUV 173.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 172 184 120 0.07 0 0.35 0.28 71.25 0.31 0.6
Hex AC B8 78 7 0 23 1C 47 1F 3C
Octal 254 270 170 7 0 43 34 107 37 74
Binary 10101100 10111000 1111000 111 0 100011 11100 1000111 11111 111100

Color Harmonies of #ACB878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB878

Black with #ACB878

Text Example


Text Example

White with #ACB878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB878; }

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

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

background-color css

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

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

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

border-color css

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

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

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