Html Css Color HEX #A57D70 Hemp

📋 copy color: '#A57D70'

red 165 ◦ green 125 ◦ blue 112

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

Shades of Hemp #A57D70

Tints of Hemp #A57D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

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

R = 41.04%
G = 31.09%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57D70 (or 0xA57D70) is known color: Hemp. HEX triplet: A5, 7D and 70. RGB value is (165,125,112). Sum of RGB (Red+Green+Blue) = 165+125+112=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D70 is #5A828F. Grayscale: #878787. Windows color (decimal): -5931664 or 7372197. OLE color: 7372197.

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

Color convert

RGB 165 125 112 -
CMYK 0 0.24 0.32 0.35
HSL 14.72º 0.23% 0.54% -
HSV(B) 14.72º 0.32% 0.65% -
XYZ 25.78 23.84 18.57 -
YUV 135.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 165 125 112 0 0.24 0.32 0.35 14.72 0.23 0.54
Hex A5 7D 70 0 18 20 23 F 17 36
Octal 245 175 160 0 30 40 43 17 27 66
Binary 10100101 1111101 1110000 0 11000 100000 100011 1111 10111 110110

Color Harmonies of #A57D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D70

Black with #A57D70

Text Example


Text Example

White with #A57D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D70; }

 p { color: rgb(165,125,112); }

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

background-color css

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

 a { background-color: rgb(165,125,112); }

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

border-color css

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

 span { border-color: rgb(165,125,112); }

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