Html Css Color HEX #A17A75 Hemp

📋 copy color: '#A17A75'

red 161 ◦ green 122 ◦ blue 117

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

Shades of Hemp #A17A75

Tints of Hemp #A17A75

RGB

 RED value IS 161 (63.28% from 255) = 40.25%

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 40.25%
G = 30.5%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A17A75 (or 0xA17A75) is known color: Hemp. HEX triplet: A1, 7A and 75. RGB value is (161,122,117). Sum of RGB (Red+Green+Blue) = 161+122+117=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A75 is #5E858A. Grayscale: #858585. Windows color (decimal): -6194571 or 7699105. OLE color: 7699105.

HSL color Cylindrical-coordinate representation of color #A17A75: hue angle of 6.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17A75 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 122 117 -
CMYK 0 0.24 0.27 0.37
HSL 6.82º 0.19% 0.55% -
HSV(B) 6.82º 0.27% 0.63% -
XYZ 24.87 22.78 19.92 -
YUV 133.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 161 122 117 0 0.24 0.27 0.37 6.82 0.19 0.55
Hex A1 7A 75 0 18 1B 25 7 13 37
Octal 241 172 165 0 30 33 45 7 23 67
Binary 10100001 1111010 1110101 0 11000 11011 100101 111 10011 110111

Color Harmonies of #A17A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A75

Black with #A17A75

Text Example


Text Example

White with #A17A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A75; }

 p { color: rgb(161,122,117); }

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

background-color css

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

 a { background-color: rgb(161,122,117); }

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

border-color css

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

 span { border-color: rgb(161,122,117); }

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