Html Css Color HEX #ACB682 Caper

📋 copy color: '#ACB682'

red 172 ◦ green 182 ◦ blue 130

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

Shades of Caper #ACB682

Tints of Caper #ACB682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 35.54%
G = 37.6%
B = 26.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#ACB682 (or 0xACB682) is known color: Caper. HEX triplet: AC, B6 and 82. RGB value is (172,182,130). Sum of RGB (Red+Green+Blue) = 172+182+130=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB682 is #53497D. Grayscale: #ADADAD. Windows color (decimal): -5458302 or 8566444. OLE color: 8566444.

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

Color convert

RGB 172 182 130 -
CMYK 0.05 0 0.29 0.29
HSL 71.54º 0.26% 0.61% -
HSV(B) 71.54º 0.29% 0.71% -
XYZ 37.77 43.84 27.59 -
YUV 173.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 172 182 130 0.05 0 0.29 0.29 71.54 0.26 0.61
Hex AC B6 82 5 0 1D 1D 48 1A 3D
Octal 254 266 202 5 0 35 35 110 32 75
Binary 10101100 10110110 10000010 101 0 11101 11101 1001000 11010 111101

Color Harmonies of #ACB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB682

Black with #ACB682

Text Example


Text Example

White with #ACB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB682; }

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

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

background-color css

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

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

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

border-color css

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

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

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