Html Css Color HEX #A47B75 Hemp

📋 copy color: '#A47B75'

red 164 ◦ green 123 ◦ blue 117

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

Shades of Hemp #A47B75

Tints of Hemp #A47B75

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

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

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

R = 40.59%
G = 30.45%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47B75 (or 0xA47B75) is known color: Hemp. HEX triplet: A4, 7B and 75. RGB value is (164,123,117). Sum of RGB (Red+Green+Blue) = 164+123+117=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B75 is #5B848A. Grayscale: #868686. Windows color (decimal): -5997707 or 7699364. OLE color: 7699364.

HSL color Cylindrical-coordinate representation of color #A47B75: hue angle of 7.66º degrees, saturation: 0.21, 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 #A47B75 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 117 -
CMYK 0 0.25 0.29 0.36
HSL 7.66º 0.21% 0.55% -
HSV(B) 7.66º 0.29% 0.64% -
XYZ 25.6 23.34 19.99 -
YUV 134.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 164 123 117 0 0.25 0.29 0.36 7.66 0.21 0.55
Hex A4 7B 75 0 19 1D 24 8 15 37
Octal 244 173 165 0 31 35 44 10 25 67
Binary 10100100 1111011 1110101 0 11001 11101 100100 1000 10101 110111

Color Harmonies of #A47B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B75

Black with #A47B75

Text Example


Text Example

White with #A47B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B75; }

 p { color: rgb(164,123,117); }

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

background-color css

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

 a { background-color: rgb(164,123,117); }

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

border-color css

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

 span { border-color: rgb(164,123,117); }

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