Html Css Color HEX #ACB670 Caper

📋 copy color: '#ACB670'

red 172 ◦ green 182 ◦ blue 112

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

Shades of Caper #ACB670

Tints of Caper #ACB670

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 36.91%
G = 39.06%
B = 24.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#ACB670 (or 0xACB670) is known color: Caper. HEX triplet: AC, B6 and 70. RGB value is (172,182,112). Sum of RGB (Red+Green+Blue) = 172+182+112=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB670 is #53498F. Grayscale: #ABABAB. Windows color (decimal): -5458320 or 7386796. OLE color: 7386796.

HSL color Cylindrical-coordinate representation of color #ACB670: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB670 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 112 -
CMYK 0.05 0 0.38 0.29
HSL 68.57º 0.32% 0.58% -
HSV(B) 68.57º 0.38% 0.71% -
XYZ 36.67 43.4 21.77 -
YUV 171.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 172 182 112 0.05 0 0.38 0.29 68.57 0.32 0.58
Hex AC B6 70 5 0 26 1D 45 20 3A
Octal 254 266 160 5 0 46 35 105 40 72
Binary 10101100 10110110 1110000 101 0 100110 11101 1000101 100000 111010

Color Harmonies of #ACB670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB670

Black with #ACB670

Text Example


Text Example

White with #ACB670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB670; }

 p { color: rgb(172,182,112); }

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

background-color css

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

 a { background-color: rgb(172,182,112); }

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

border-color css

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

 span { border-color: rgb(172,182,112); }

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