Html Css Color HEX #ACB880 Caper

📋 copy color: '#ACB880'

red 172 ◦ green 184 ◦ blue 128

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

Shades of Caper #ACB880

Tints of Caper #ACB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

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

R = 35.54%
G = 38.02%
B = 26.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#ACB880 (or 0xACB880) is known color: Caper. HEX triplet: AC, B8 and 80. RGB value is (172,184,128). Sum of RGB (Red+Green+Blue) = 172+184+128=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB880 is #53477F. Grayscale: #AEAEAE. Windows color (decimal): -5457792 or 8435884. OLE color: 8435884.

HSL color Cylindrical-coordinate representation of color #ACB880: hue angle of 72.86º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB880 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 128 -
CMYK 0.07 0 0.30 0.28
HSL 72.86º 0.28% 0.61% -
HSV(B) 72.86º 0.3% 0.72% -
XYZ 38.05 44.61 27.03 -
YUV 174.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 172 184 128 0.07 0 0.30 0.28 72.86 0.28 0.61
Hex AC B8 80 7 0 1E 1C 49 1C 3D
Octal 254 270 200 7 0 36 34 111 34 75
Binary 10101100 10111000 10000000 111 0 11110 11100 1001001 11100 111101

Color Harmonies of #ACB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB880

Black with #ACB880

Text Example


Text Example

White with #ACB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB880; }

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

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

background-color css

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

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

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

border-color css

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

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

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