Html Css Color HEX #ACB680 Caper

📋 copy color: '#ACB680'

red 172 ◦ green 182 ◦ blue 128

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

Shades of Caper #ACB680

Tints of Caper #ACB680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 35.68%
G = 37.76%
B = 26.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#ACB680 (or 0xACB680) is known color: Caper. HEX triplet: AC, B6 and 80. RGB value is (172,182,128). Sum of RGB (Red+Green+Blue) = 172+182+128=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB680 is #53497F. Grayscale: #ADADAD. Windows color (decimal): -5458304 or 8435372. OLE color: 8435372.

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

Color convert

RGB 172 182 128 -
CMYK 0.05 0 0.30 0.29
HSL 71.11º 0.27% 0.61% -
HSV(B) 71.11º 0.3% 0.71% -
XYZ 37.64 43.79 26.89 -
YUV 172.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 172 182 128 0.05 0 0.30 0.29 71.11 0.27 0.61
Hex AC B6 80 5 0 1E 1D 47 1B 3D
Octal 254 266 200 5 0 36 35 107 33 75
Binary 10101100 10110110 10000000 101 0 11110 11101 1000111 11011 111101

Color Harmonies of #ACB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB680

Black with #ACB680

Text Example


Text Example

White with #ACB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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