Html Css Color HEX #A07C74 Hemp

📋 copy color: '#A07C74'

red 160 ◦ green 124 ◦ blue 116

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

Shades of Hemp #A07C74

Tints of Hemp #A07C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

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

R = 40%
G = 31%
B = 29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A07C74 (or 0xA07C74) is known color: Hemp. HEX triplet: A0, 7C and 74. RGB value is (160,124,116). Sum of RGB (Red+Green+Blue) = 160+124+116=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C74 is #5F838B. Grayscale: #858585. Windows color (decimal): -6259596 or 7634080. OLE color: 7634080.

HSL color Cylindrical-coordinate representation of color #A07C74: hue angle of 10.91º degrees, saturation: 0.19, 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 #A07C74 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 116 -
CMYK 0 0.22 0.28 0.37
HSL 10.91º 0.19% 0.54% -
HSV(B) 10.91º 0.28% 0.63% -
XYZ 24.86 23.15 19.68 -
YUV 133.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 160 124 116 0 0.22 0.28 0.37 10.91 0.19 0.54
Hex A0 7C 74 0 16 1C 25 B 13 36
Octal 240 174 164 0 26 34 45 13 23 66
Binary 10100000 1111100 1110100 0 10110 11100 100101 1011 10011 110110

Color Harmonies of #A07C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C74

Black with #A07C74

Text Example


Text Example

White with #A07C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C74; }

 p { color: rgb(160,124,116); }

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

background-color css

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

 a { background-color: rgb(160,124,116); }

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

border-color css

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

 span { border-color: rgb(160,124,116); }

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