Html Css Color HEX #ACB57D Caper

📋 copy color: '#ACB57D'

red 172 ◦ green 181 ◦ blue 125

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

Shades of Caper #ACB57D

Tints of Caper #ACB57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 35.98%
G = 37.87%
B = 26.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#ACB57D (or 0xACB57D) is known color: Caper. HEX triplet: AC, B5 and 7D. RGB value is (172,181,125). Sum of RGB (Red+Green+Blue) = 172+181+125=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57D is #534A82. Grayscale: #ACACAC. Windows color (decimal): -5458563 or 8238508. OLE color: 8238508.

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

Color convert

RGB 172 181 125 -
CMYK 0.05 0 0.31 0.29
HSL 69.64º 0.27% 0.6% -
HSV(B) 69.64º 0.31% 0.71% -
XYZ 37.24 43.3 25.8 -
YUV 171.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 172 181 125 0.05 0 0.31 0.29 69.64 0.27 0.6
Hex AC B5 7D 5 0 1F 1D 46 1B 3C
Octal 254 265 175 5 0 37 35 106 33 74
Binary 10101100 10110101 1111101 101 0 11111 11101 1000110 11011 111100

Color Harmonies of #ACB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB57D

Black with #ACB57D

Text Example


Text Example

White with #ACB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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