Html Css Color HEX #A37D74 Hemp

📋 copy color: '#A37D74'

red 163 ◦ green 125 ◦ blue 116

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

Shades of Hemp #A37D74

Tints of Hemp #A37D74

RGB

 RED value IS 163 (64.06% from 255) = 40.35%

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

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

R = 40.35%
G = 30.94%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A37D74 (or 0xA37D74) is known color: Hemp. HEX triplet: A3, 7D and 74. RGB value is (163,125,116). Sum of RGB (Red+Green+Blue) = 163+125+116=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D74 is #5C828B. Grayscale: #878787. Windows color (decimal): -6062732 or 7634339. OLE color: 7634339.

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

Color convert

RGB 163 125 116 -
CMYK 0 0.23 0.29 0.36
HSL 11.49º 0.2% 0.55% -
HSV(B) 11.49º 0.29% 0.64% -
XYZ 25.59 23.71 19.75 -
YUV 135.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 163 125 116 0 0.23 0.29 0.36 11.49 0.2 0.55
Hex A3 7D 74 0 17 1D 24 B 14 37
Octal 243 175 164 0 27 35 44 13 24 67
Binary 10100011 1111101 1110100 0 10111 11101 100100 1011 10100 110111

Color Harmonies of #A37D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D74

Black with #A37D74

Text Example


Text Example

White with #A37D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D74; }

 p { color: rgb(163,125,116); }

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

background-color css

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

 a { background-color: rgb(163,125,116); }

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

border-color css

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

 span { border-color: rgb(163,125,116); }

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