Html Css Color HEX #A07B71 Hemp

📋 copy color: '#A07B71'

red 160 ◦ green 123 ◦ blue 113

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

Shades of Hemp #A07B71

Tints of Hemp #A07B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 40.4%
G = 31.06%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07B71 (or 0xA07B71) is known color: Hemp. HEX triplet: A0, 7B and 71. RGB value is (160,123,113). Sum of RGB (Red+Green+Blue) = 160+123+113=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B71 is #5F848E. Grayscale: #858585. Windows color (decimal): -6259855 or 7437216. OLE color: 7437216.

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

Color convert

RGB 160 123 113 -
CMYK 0 0.23 0.29 0.37
HSL 12.77º 0.2% 0.54% -
HSV(B) 12.77º 0.29% 0.63% -
XYZ 24.56 22.83 18.74 -
YUV 132.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 160 123 113 0 0.23 0.29 0.37 12.77 0.2 0.54
Hex A0 7B 71 0 17 1D 25 D 14 36
Octal 240 173 161 0 27 35 45 15 24 66
Binary 10100000 1111011 1110001 0 10111 11101 100101 1101 10100 110110

Color Harmonies of #A07B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B71

Black with #A07B71

Text Example


Text Example

White with #A07B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B71; }

 p { color: rgb(160,123,113); }

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

background-color css

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

 a { background-color: rgb(160,123,113); }

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

border-color css

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

 span { border-color: rgb(160,123,113); }

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