Html Css Color HEX #ACB771 Caper

📋 copy color: '#ACB771'

red 172 ◦ green 183 ◦ blue 113

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

Shades of Caper #ACB771

Tints of Caper #ACB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

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

R = 36.75%
G = 39.1%
B = 24.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#ACB771 (or 0xACB771) is known color: Caper. HEX triplet: AC, B7 and 71. RGB value is (172,183,113). Sum of RGB (Red+Green+Blue) = 172+183+113=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB771 is #53488E. Grayscale: #ACACAC. Windows color (decimal): -5458063 or 7452588. OLE color: 7452588.

HSL color Cylindrical-coordinate representation of color #ACB771: hue angle of 69.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB771 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 113 -
CMYK 0.06 0 0.38 0.28
HSL 69.43º 0.33% 0.58% -
HSV(B) 69.43º 0.38% 0.72% -
XYZ 36.93 43.83 22.14 -
YUV 171.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 172 183 113 0.06 0 0.38 0.28 69.43 0.33 0.58
Hex AC B7 71 6 0 26 1C 45 21 3A
Octal 254 267 161 6 0 46 34 105 41 72
Binary 10101100 10110111 1110001 110 0 100110 11100 1000101 100001 111010

Color Harmonies of #ACB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB771

Black with #ACB771

Text Example


Text Example

White with #ACB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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