Html Css Color HEX #A57D74 Hemp

📋 copy color: '#A57D74'

red 165 ◦ green 125 ◦ blue 116

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

Shades of Hemp #A57D74

Tints of Hemp #A57D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 40.64%
G = 30.79%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A57D74 (or 0xA57D74) is known color: Hemp. HEX triplet: A5, 7D and 74. RGB value is (165,125,116). Sum of RGB (Red+Green+Blue) = 165+125+116=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D74 is #5A828B. Grayscale: #888888. Windows color (decimal): -5931660 or 7634341. OLE color: 7634341.

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

Color convert

RGB 165 125 116 -
CMYK 0 0.24 0.30 0.35
HSL 11.02º 0.21% 0.55% -
HSV(B) 11.02º 0.3% 0.65% -
XYZ 26 23.93 19.77 -
YUV 135.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 165 125 116 0 0.24 0.30 0.35 11.02 0.21 0.55
Hex A5 7D 74 0 18 1E 23 B 15 37
Octal 245 175 164 0 30 36 43 13 25 67
Binary 10100101 1111101 1110100 0 11000 11110 100011 1011 10101 110111

Color Harmonies of #A57D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D74

Black with #A57D74

Text Example


Text Example

White with #A57D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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