Html Css Color HEX #ACB870 Caper

📋 copy color: '#ACB870'

red 172 ◦ green 184 ◦ blue 112

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

Shades of Caper #ACB870

Tints of Caper #ACB870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.93%

R = 36.75%
G = 39.32%
B = 23.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#ACB870 (or 0xACB870) is known color: Caper. HEX triplet: AC, B8 and 70. RGB value is (172,184,112). Sum of RGB (Red+Green+Blue) = 172+184+112=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB870 is #53478F. Grayscale: #ACACAC. Windows color (decimal): -5457808 or 7387308. OLE color: 7387308.

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

Color convert

RGB 172 184 112 -
CMYK 0.07 0 0.39 0.28
HSL 70º 0.34% 0.58% -
HSV(B) 70º 0.39% 0.72% -
XYZ 37.08 44.22 21.91 -
YUV 172.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 172 184 112 0.07 0 0.39 0.28 70 0.34 0.58
Hex AC B8 70 7 0 27 1C 46 22 3A
Octal 254 270 160 7 0 47 34 106 42 72
Binary 10101100 10111000 1110000 111 0 100111 11100 1000110 100010 111010

Color Harmonies of #ACB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB870

Black with #ACB870

Text Example


Text Example

White with #ACB870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB870; }

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

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

background-color css

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

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

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

border-color css

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

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

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