Html Css Color HEX #ACB671 Caper

📋 copy color: '#ACB671'

red 172 ◦ green 182 ◦ blue 113

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

Shades of Caper #ACB671

Tints of Caper #ACB671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 36.83%
G = 38.97%
B = 24.2%

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

#ACB671 (or 0xACB671) is known color: Caper. HEX triplet: AC, B6 and 71. RGB value is (172,182,113). Sum of RGB (Red+Green+Blue) = 172+182+113=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB671 is #53498E. Grayscale: #ABABAB. Windows color (decimal): -5458319 or 7452332. OLE color: 7452332.

HSL color Cylindrical-coordinate representation of color #ACB671: hue angle of 68.7º 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 #ACB671 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 113 -
CMYK 0.05 0 0.38 0.29
HSL 68.7º 0.32% 0.58% -
HSV(B) 68.7º 0.38% 0.71% -
XYZ 36.72 43.42 22.07 -
YUV 171.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 172 182 113 0.05 0 0.38 0.29 68.7 0.32 0.58
Hex AC B6 71 5 0 26 1D 45 20 3A
Octal 254 266 161 5 0 46 35 105 40 72
Binary 10101100 10110110 1110001 101 0 100110 11101 1000101 100000 111010

Color Harmonies of #ACB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB671

Black with #ACB671

Text Example


Text Example

White with #ACB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB671; }

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

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

background-color css

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

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

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

border-color css

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

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

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