Html Css Color HEX #A28175 Hemp

📋 copy color: '#A28175'

red 162 ◦ green 129 ◦ blue 117

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

Shades of Hemp #A28175

Tints of Hemp #A28175

RGB

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

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

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

R = 39.71%
G = 31.62%
B = 28.68%

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

#A28175 (or 0xA28175) is known color: Hemp. HEX triplet: A2, 81 and 75. RGB value is (162,129,117). Sum of RGB (Red+Green+Blue) = 162+129+117=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28175 is #5D7E8A. Grayscale: #898989. Windows color (decimal): -6127243 or 7700898. OLE color: 7700898.

HSL color Cylindrical-coordinate representation of color #A28175: hue angle of 16º degrees, saturation: 0.19, 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 #A28175 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 129 117 -
CMYK 0 0.20 0.28 0.36
HSL 16º 0.19% 0.55% -
HSV(B) 16º 0.28% 0.64% -
XYZ 25.96 24.67 20.22 -
YUV 137.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 162 129 117 0 0.20 0.28 0.36 16 0.19 0.55
Hex A2 81 75 0 14 1C 24 10 13 37
Octal 242 201 165 0 24 34 44 20 23 67
Binary 10100010 10000001 1110101 0 10100 11100 100100 10000 10011 110111

Color Harmonies of #A28175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28175

Black with #A28175

Text Example


Text Example

White with #A28175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28175; }

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

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

background-color css

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

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

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

border-color css

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

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

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