Html Css Color HEX #A07A75 Hemp

📋 copy color: '#A07A75'

red 160 ◦ green 122 ◦ blue 117

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

Shades of Hemp #A07A75

Tints of Hemp #A07A75

RGB

 RED value IS 160 (62.89% from 255) = 40.1%

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

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

R = 40.1%
G = 30.58%
B = 29.32%

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

#A07A75 (or 0xA07A75) is known color: Hemp. HEX triplet: A0, 7A and 75. RGB value is (160,122,117). Sum of RGB (Red+Green+Blue) = 160+122+117=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A75 is #5F858A. Grayscale: #848484. Windows color (decimal): -6260107 or 7699104. OLE color: 7699104.

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

Color convert

RGB 160 122 117 -
CMYK 0 0.24 0.27 0.37
HSL 6.98º 0.18% 0.54% -
HSV(B) 6.98º 0.27% 0.63% -
XYZ 24.67 22.68 19.91 -
YUV 132.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 160 122 117 0 0.24 0.27 0.37 6.98 0.18 0.54
Hex A0 7A 75 0 18 1B 25 7 12 36
Octal 240 172 165 0 30 33 45 7 22 66
Binary 10100000 1111010 1110101 0 11000 11011 100101 111 10010 110110

Color Harmonies of #A07A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A75

Black with #A07A75

Text Example


Text Example

White with #A07A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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