Html Css Color HEX #A57C6C Hemp

📋 copy color: '#A57C6C'

red 165 ◦ green 124 ◦ blue 108

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

Shades of Hemp #A57C6C

Tints of Hemp #A57C6C

RGB

 RED value IS 165 (64.84% from 255) = 41.56%

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 41.56%
G = 31.23%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A57C6C (or 0xA57C6C) is known color: Hemp. HEX triplet: A5, 7C and 6C. RGB value is (165,124,108). Sum of RGB (Red+Green+Blue) = 165+124+108=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C6C is #5A8393. Grayscale: #868686. Windows color (decimal): -5931924 or 7109797. OLE color: 7109797.

HSL color Cylindrical-coordinate representation of color #A57C6C: hue angle of 16.84º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A57C6C is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 124 108 -
CMYK 0 0.25 0.35 0.35
HSL 16.84º 0.24% 0.54% -
HSV(B) 16.84º 0.35% 0.65% -
XYZ 25.43 23.5 17.38 -
YUV 134.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 165 124 108 0 0.25 0.35 0.35 16.84 0.24 0.54
Hex A5 7C 6C 0 19 23 23 11 18 36
Octal 245 174 154 0 31 43 43 21 30 66
Binary 10100101 1111100 1101100 0 11001 100011 100011 10001 11000 110110

Color Harmonies of #A57C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C6C

Black with #A57C6C

Text Example


Text Example

White with #A57C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C6C; }

 p { color: rgb(165,124,108); }

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

background-color css

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

 a { background-color: rgb(165,124,108); }

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

border-color css

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

 span { border-color: rgb(165,124,108); }

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