Html Css Color HEX #ACB77C Caper

📋 copy color: '#ACB77C'

red 172 ◦ green 183 ◦ blue 124

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

Shades of Caper #ACB77C

Tints of Caper #ACB77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 35.91%
G = 38.2%
B = 25.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#ACB77C (or 0xACB77C) is known color: Caper. HEX triplet: AC, B7 and 7C. RGB value is (172,183,124). Sum of RGB (Red+Green+Blue) = 172+183+124=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB77C is #534883. Grayscale: #ADADAD. Windows color (decimal): -5458052 or 8173484. OLE color: 8173484.

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

Color convert

RGB 172 183 124 -
CMYK 0.06 0 0.32 0.28
HSL 71.19º 0.29% 0.6% -
HSV(B) 71.19º 0.32% 0.72% -
XYZ 37.58 44.09 25.6 -
YUV 172.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 172 183 124 0.06 0 0.32 0.28 71.19 0.29 0.6
Hex AC B7 7C 6 0 20 1C 47 1D 3C
Octal 254 267 174 6 0 40 34 107 35 74
Binary 10101100 10110111 1111100 110 0 100000 11100 1000111 11101 111100

Color Harmonies of #ACB77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB77C

Black with #ACB77C

Text Example


Text Example

White with #ACB77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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