Html Css Color HEX #A57F70 Hemp

📋 copy color: '#A57F70'

red 165 ◦ green 127 ◦ blue 112

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

Shades of Hemp #A57F70

Tints of Hemp #A57F70

RGB

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

 GREEN value IS 127 (50% from 255) = 31.44%

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

R = 40.84%
G = 31.44%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57F70 (or 0xA57F70) is known color: Hemp. HEX triplet: A5, 7F and 70. RGB value is (165,127,112). Sum of RGB (Red+Green+Blue) = 165+127+112=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F70 is #5A808F. Grayscale: #888888. Windows color (decimal): -5931152 or 7372709. OLE color: 7372709.

HSL color Cylindrical-coordinate representation of color #A57F70: hue angle of 16.98º 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 #A57F70 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 112 -
CMYK 0 0.23 0.32 0.35
HSL 16.98º 0.23% 0.54% -
HSV(B) 16.98º 0.32% 0.65% -
XYZ 26.03 24.35 18.66 -
YUV 136.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 165 127 112 0 0.23 0.32 0.35 16.98 0.23 0.54
Hex A5 7F 70 0 17 20 23 11 17 36
Octal 245 177 160 0 27 40 43 21 27 66
Binary 10100101 1111111 1110000 0 10111 100000 100011 10001 10111 110110

Color Harmonies of #A57F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F70

Black with #A57F70

Text Example


Text Example

White with #A57F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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