Html Css Color HEX #A57D75 Hemp

📋 copy color: '#A57D75'

red 165 ◦ green 125 ◦ blue 117

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

Shades of Hemp #A57D75

Tints of Hemp #A57D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 40.54%
G = 30.71%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A57D75 (or 0xA57D75) is known color: Hemp. HEX triplet: A5, 7D and 75. RGB value is (165,125,117). Sum of RGB (Red+Green+Blue) = 165+125+117=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D75 is #5A828A. Grayscale: #888888. Windows color (decimal): -5931659 or 7699877. OLE color: 7699877.

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

Color convert

RGB 165 125 117 -
CMYK 0 0.24 0.29 0.35
HSL 10º 0.21% 0.55% -
HSV(B) 10º 0.29% 0.65% -
XYZ 26.06 23.95 20.08 -
YUV 136.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 165 125 117 0 0.24 0.29 0.35 10 0.21 0.55
Hex A5 7D 75 0 18 1D 23 A 15 37
Octal 245 175 165 0 30 35 43 12 25 67
Binary 10100101 1111101 1110101 0 11000 11101 100011 1010 10101 110111

Color Harmonies of #A57D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D75

Black with #A57D75

Text Example


Text Example

White with #A57D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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