Html Css Color HEX #ACB983 Caper

📋 copy color: '#ACB983'

red 172 ◦ green 185 ◦ blue 131

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

Shades of Caper #ACB983

Tints of Caper #ACB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.84%

R = 35.25%
G = 37.91%
B = 26.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#ACB983 (or 0xACB983) is known color: Caper. HEX triplet: AC, B9 and 83. RGB value is (172,185,131). Sum of RGB (Red+Green+Blue) = 172+185+131=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB983 is #53467C. Grayscale: #AFAFAF. Windows color (decimal): -5457533 or 8632748. OLE color: 8632748.

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

Color convert

RGB 172 185 131 -
CMYK 0.07 0 0.29 0.27
HSL 74.44º 0.28% 0.62% -
HSV(B) 74.44º 0.29% 0.73% -
XYZ 38.46 45.11 28.15 -
YUV 174.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 172 185 131 0.07 0 0.29 0.27 74.44 0.28 0.62
Hex AC B9 83 7 0 1D 1B 4A 1C 3E
Octal 254 271 203 7 0 35 33 112 34 76
Binary 10101100 10111001 10000011 111 0 11101 11011 1001010 11100 111110

Color Harmonies of #ACB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB983

Black with #ACB983

Text Example


Text Example

White with #ACB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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