Html Css Color HEX #ACB583 Caper

📋 copy color: '#ACB583'

red 172 ◦ green 181 ◦ blue 131

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

Shades of Caper #ACB583

Tints of Caper #ACB583

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 35.54%
G = 37.4%
B = 27.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#ACB583 (or 0xACB583) is known color: Caper. HEX triplet: AC, B5 and 83. RGB value is (172,181,131). Sum of RGB (Red+Green+Blue) = 172+181+131=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB583 is #534A7C. Grayscale: #ACACAC. Windows color (decimal): -5458557 or 8631724. OLE color: 8631724.

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

Color convert

RGB 172 181 131 -
CMYK 0.05 0 0.28 0.29
HSL 70.8º 0.25% 0.61% -
HSV(B) 70.8º 0.28% 0.71% -
XYZ 37.63 43.46 27.88 -
YUV 172.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 172 181 131 0.05 0 0.28 0.29 70.8 0.25 0.61
Hex AC B5 83 5 0 1C 1D 47 19 3D
Octal 254 265 203 5 0 34 35 107 31 75
Binary 10101100 10110101 10000011 101 0 11100 11101 1000111 11001 111101

Color Harmonies of #ACB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB583

Black with #ACB583

Text Example


Text Example

White with #ACB583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB583; }

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

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

background-color css

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

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

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

border-color css

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

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

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