Html Css Color HEX #ACB974 Caper

📋 copy color: '#ACB974'

red 172 ◦ green 185 ◦ blue 116

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

Shades of Caper #ACB974

Tints of Caper #ACB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.52%

R = 36.36%
G = 39.11%
B = 24.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#ACB974 (or 0xACB974) is known color: Caper. HEX triplet: AC, B9 and 74. RGB value is (172,185,116). Sum of RGB (Red+Green+Blue) = 172+185+116=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB974 is #53468B. Grayscale: #ADADAD. Windows color (decimal): -5457548 or 7649708. OLE color: 7649708.

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

Color convert

RGB 172 185 116 -
CMYK 0.07 0 0.37 0.27
HSL 71.3º 0.33% 0.59% -
HSV(B) 71.3º 0.37% 0.73% -
XYZ 37.51 44.73 23.18 -
YUV 173.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 172 185 116 0.07 0 0.37 0.27 71.3 0.33 0.59
Hex AC B9 74 7 0 25 1B 47 21 3B
Octal 254 271 164 7 0 45 33 107 41 73
Binary 10101100 10111001 1110100 111 0 100101 11011 1000111 100001 111011

Color Harmonies of #ACB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB974

Black with #ACB974

Text Example


Text Example

White with #ACB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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