Html Css Color HEX #ACB57F Caper

📋 copy color: '#ACB57F'

red 172 ◦ green 181 ◦ blue 127

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

Shades of Caper #ACB57F

Tints of Caper #ACB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.71%

 BLUE value IS 127 (50% from 255) = 26.46%

R = 35.83%
G = 37.71%
B = 26.46%

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

#ACB57F (or 0xACB57F) is known color: Caper. HEX triplet: AC, B5 and 7F. RGB value is (172,181,127). Sum of RGB (Red+Green+Blue) = 172+181+127=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57F is #534A80. Grayscale: #ACACAC. Windows color (decimal): -5458561 or 8369580. OLE color: 8369580.

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

Color convert

RGB 172 181 127 -
CMYK 0.05 0 0.30 0.29
HSL 70º 0.27% 0.6% -
HSV(B) 70º 0.3% 0.71% -
XYZ 37.37 43.35 26.48 -
YUV 172.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 172 181 127 0.05 0 0.30 0.29 70 0.27 0.6
Hex AC B5 7F 5 0 1E 1D 46 1B 3C
Octal 254 265 177 5 0 36 35 106 33 74
Binary 10101100 10110101 1111111 101 0 11110 11101 1000110 11011 111100

Color Harmonies of #ACB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB57F

Black with #ACB57F

Text Example


Text Example

White with #ACB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB57F; }

 p { color: rgb(172,181,127); }

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

background-color css

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

 a { background-color: rgb(172,181,127); }

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

border-color css

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

 span { border-color: rgb(172,181,127); }

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