Html Css Color HEX #ACB875 Caper

📋 copy color: '#ACB875'

red 172 ◦ green 184 ◦ blue 117

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

Shades of Caper #ACB875

Tints of Caper #ACB875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 36.36%
G = 38.9%
B = 24.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#ACB875 (or 0xACB875) is known color: Caper. HEX triplet: AC, B8 and 75. RGB value is (172,184,117). Sum of RGB (Red+Green+Blue) = 172+184+117=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB875 is #53478A. Grayscale: #ADADAD. Windows color (decimal): -5457803 or 7714988. OLE color: 7714988.

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

Color convert

RGB 172 184 117 -
CMYK 0.07 0 0.36 0.28
HSL 70.75º 0.32% 0.59% -
HSV(B) 70.75º 0.36% 0.72% -
XYZ 37.36 44.34 23.42 -
YUV 172.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 172 184 117 0.07 0 0.36 0.28 70.75 0.32 0.59
Hex AC B8 75 7 0 24 1C 47 20 3B
Octal 254 270 165 7 0 44 34 107 40 73
Binary 10101100 10111000 1110101 111 0 100100 11100 1000111 100000 111011

Color Harmonies of #ACB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB875

Black with #ACB875

Text Example


Text Example

White with #ACB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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