Html Css Color HEX #A28174 Hemp

📋 copy color: '#A28174'

red 162 ◦ green 129 ◦ blue 116

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

Shades of Hemp #A28174

Tints of Hemp #A28174

RGB

 RED value IS 162 (63.67% from 255) = 39.8%

 GREEN value IS 129 (50.78% from 255) = 31.7%

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

R = 39.8%
G = 31.7%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A28174 (or 0xA28174) is known color: Hemp. HEX triplet: A2, 81 and 74. RGB value is (162,129,116). Sum of RGB (Red+Green+Blue) = 162+129+116=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A28174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28174 is #5D7E8B. Grayscale: #898989. Windows color (decimal): -6127244 or 7635362. OLE color: 7635362.

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

Color convert

RGB 162 129 116 -
CMYK 0 0.20 0.28 0.36
HSL 16.96º 0.2% 0.55% -
HSV(B) 16.96º 0.28% 0.64% -
XYZ 25.9 24.64 19.91 -
YUV 137.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 162 129 116 0 0.20 0.28 0.36 16.96 0.2 0.55
Hex A2 81 74 0 14 1C 24 11 14 37
Octal 242 201 164 0 24 34 44 21 24 67
Binary 10100010 10000001 1110100 0 10100 11100 100100 10001 10100 110111

Color Harmonies of #A28174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28174

Black with #A28174

Text Example


Text Example

White with #A28174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28174; }

 p { color: rgb(162,129,116); }

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

background-color css

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

 a { background-color: rgb(162,129,116); }

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

border-color css

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

 span { border-color: rgb(162,129,116); }

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