Html Css Color HEX #ACB97C Caper

📋 copy color: '#ACB97C'

red 172 ◦ green 185 ◦ blue 124

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

Shades of Caper #ACB97C

Tints of Caper #ACB97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.46%

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

R = 35.76%
G = 38.46%
B = 25.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#ACB97C (or 0xACB97C) is known color: Caper. HEX triplet: AC, B9 and 7C. RGB value is (172,185,124). Sum of RGB (Red+Green+Blue) = 172+185+124=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97C is #534683. Grayscale: #AEAEAE. Windows color (decimal): -5457540 or 8173996. OLE color: 8173996.

HSL color Cylindrical-coordinate representation of color #ACB97C: hue angle of 72.79º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB97C is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 124 -
CMYK 0.07 0 0.33 0.27
HSL 72.79º 0.3% 0.61% -
HSV(B) 72.79º 0.33% 0.73% -
XYZ 38 44.92 25.74 -
YUV 174.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 172 185 124 0.07 0 0.33 0.27 72.79 0.3 0.61
Hex AC B9 7C 7 0 21 1B 49 1E 3D
Octal 254 271 174 7 0 41 33 111 36 75
Binary 10101100 10111001 1111100 111 0 100001 11011 1001001 11110 111101

Color Harmonies of #ACB97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB97C

Black with #ACB97C

Text Example


Text Example

White with #ACB97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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