Html Css Color HEX #A48275 Hemp

📋 copy color: '#A48275'

red 164 ◦ green 130 ◦ blue 117

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

Shades of Hemp #A48275

Tints of Hemp #A48275

RGB

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

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

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

R = 39.9%
G = 31.63%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A48275 (or 0xA48275) is known color: Hemp. HEX triplet: A4, 82 and 75. RGB value is (164,130,117). Sum of RGB (Red+Green+Blue) = 164+130+117=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48275 is #5B7D8A. Grayscale: #8A8A8A. Windows color (decimal): -5995915 or 7701156. OLE color: 7701156.

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

Color convert

RGB 164 130 117 -
CMYK 0 0.21 0.29 0.36
HSL 16.6º 0.21% 0.55% -
HSV(B) 16.6º 0.29% 0.64% -
XYZ 26.5 25.14 20.29 -
YUV 138.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 164 130 117 0 0.21 0.29 0.36 16.6 0.21 0.55
Hex A4 82 75 0 15 1D 24 11 15 37
Octal 244 202 165 0 25 35 44 21 25 67
Binary 10100100 10000010 1110101 0 10101 11101 100100 10001 10101 110111

Color Harmonies of #A48275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48275

Black with #A48275

Text Example


Text Example

White with #A48275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48275; }

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

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

background-color css

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

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

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

border-color css

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

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

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