Html Css Color HEX #A48273 Hemp

📋 copy color: '#A48273'

red 164 ◦ green 130 ◦ blue 115

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

Shades of Hemp #A48273

Tints of Hemp #A48273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 40.1%
G = 31.78%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A48273 (or 0xA48273) is known color: Hemp. HEX triplet: A4, 82 and 73. RGB value is (164,130,115). Sum of RGB (Red+Green+Blue) = 164+130+115=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A48273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48273 is #5B7D8C. Grayscale: #8A8A8A. Windows color (decimal): -5995917 or 7570084. OLE color: 7570084.

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

Color convert

RGB 164 130 115 -
CMYK 0 0.21 0.30 0.36
HSL 18.37º 0.21% 0.55% -
HSV(B) 18.37º 0.3% 0.64% -
XYZ 26.39 25.1 19.67 -
YUV 138.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 164 130 115 0 0.21 0.30 0.36 18.37 0.21 0.55
Hex A4 82 73 0 15 1E 24 12 15 37
Octal 244 202 163 0 25 36 44 22 25 67
Binary 10100100 10000010 1110011 0 10101 11110 100100 10010 10101 110111

Color Harmonies of #A48273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48273

Black with #A48273

Text Example


Text Example

White with #A48273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48273; }

 p { color: rgb(164,130,115); }

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

background-color css

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

 a { background-color: rgb(164,130,115); }

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

border-color css

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

 span { border-color: rgb(164,130,115); }

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