Html Css Color HEX #A57D76 Hemp

📋 copy color: '#A57D76'

red 165 ◦ green 125 ◦ blue 118

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

Shades of Hemp #A57D76

Tints of Hemp #A57D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 40.44%
G = 30.64%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A57D76 (or 0xA57D76) is known color: Hemp. HEX triplet: A5, 7D and 76. RGB value is (165,125,118). Sum of RGB (Red+Green+Blue) = 165+125+118=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D76 is #5A8289. Grayscale: #888888. Windows color (decimal): -5931658 or 7765413. OLE color: 7765413.

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

Color convert

RGB 165 125 118 -
CMYK 0 0.24 0.28 0.35
HSL 8.94º 0.21% 0.55% -
HSV(B) 8.94º 0.28% 0.65% -
XYZ 26.12 23.97 20.39 -
YUV 136.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 165 125 118 0 0.24 0.28 0.35 8.94 0.21 0.55
Hex A5 7D 76 0 18 1C 23 9 15 37
Octal 245 175 166 0 30 34 43 11 25 67
Binary 10100101 1111101 1110110 0 11000 11100 100011 1001 10101 110111

Color Harmonies of #A57D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D76

Black with #A57D76

Text Example


Text Example

White with #A57D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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