Html Css Color HEX #ACB977 Caper

📋 copy color: '#ACB977'

red 172 ◦ green 185 ◦ blue 119

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

Shades of Caper #ACB977

Tints of Caper #ACB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25%

R = 36.13%
G = 38.87%
B = 25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#ACB977 (or 0xACB977) is known color: Caper. HEX triplet: AC, B9 and 77. RGB value is (172,185,119). Sum of RGB (Red+Green+Blue) = 172+185+119=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB977 is #534688. Grayscale: #ADADAD. Windows color (decimal): -5457545 or 7846316. OLE color: 7846316.

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

Color convert

RGB 172 185 119 -
CMYK 0.07 0 0.36 0.27
HSL 71.82º 0.32% 0.6% -
HSV(B) 71.82º 0.36% 0.73% -
XYZ 37.69 44.8 24.11 -
YUV 173.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 172 185 119 0.07 0 0.36 0.27 71.82 0.32 0.6
Hex AC B9 77 7 0 24 1B 48 20 3C
Octal 254 271 167 7 0 44 33 110 40 74
Binary 10101100 10111001 1110111 111 0 100100 11011 1001000 100000 111100

Color Harmonies of #ACB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB977

Black with #ACB977

Text Example


Text Example

White with #ACB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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