Html Css Color HEX #A48378 Hemp

📋 copy color: '#A48378'

red 164 ◦ green 131 ◦ blue 120

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

Shades of Hemp #A48378

Tints of Hemp #A48378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 39.52%
G = 31.57%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48378 (or 0xA48378) is known color: Hemp. HEX triplet: A4, 83 and 78. RGB value is (164,131,120). Sum of RGB (Red+Green+Blue) = 164+131+120=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48378 is #5B7C87. Grayscale: #8B8B8B. Windows color (decimal): -5995656 or 7898020. OLE color: 7898020.

HSL color Cylindrical-coordinate representation of color #A48378: hue angle of 15º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48378 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 120 -
CMYK 0 0.20 0.27 0.36
HSL 15º 0.19% 0.56% -
HSV(B) 15º 0.27% 0.64% -
XYZ 26.82 25.48 21.27 -
YUV 139.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 164 131 120 0 0.20 0.27 0.36 15 0.19 0.56
Hex A4 83 78 0 14 1B 24 F 13 38
Octal 244 203 170 0 24 33 44 17 23 70
Binary 10100100 10000011 1111000 0 10100 11011 100100 1111 10011 111000

Color Harmonies of #A48378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48378

Black with #A48378

Text Example


Text Example

White with #A48378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48378; }

 p { color: rgb(164,131,120); }

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

background-color css

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

 a { background-color: rgb(164,131,120); }

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

border-color css

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

 span { border-color: rgb(164,131,120); }

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