Html Css Color HEX #A2827B Hemp

📋 copy color: '#A2827B'

red 162 ◦ green 130 ◦ blue 123

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

Shades of Hemp #A2827B

Tints of Hemp #A2827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 39.04%
G = 31.33%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2827B (or 0xA2827B) is known color: Hemp. HEX triplet: A2, 82 and 7B. RGB value is (162,130,123). Sum of RGB (Red+Green+Blue) = 162+130+123=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2827B is #5D7D84. Grayscale: #8A8A8A. Windows color (decimal): -6126981 or 8094370. OLE color: 8094370.

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

Color convert

RGB 162 130 123 -
CMYK 0 0.20 0.24 0.36
HSL 10.77º 0.17% 0.56% -
HSV(B) 10.77º 0.24% 0.64% -
XYZ 26.46 25.08 22.18 -
YUV 138.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 162 130 123 0 0.20 0.24 0.36 10.77 0.17 0.56
Hex A2 82 7B 0 14 18 24 B 11 38
Octal 242 202 173 0 24 30 44 13 21 70
Binary 10100010 10000010 1111011 0 10100 11000 100100 1011 10001 111000

Color Harmonies of #A2827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2827B

Black with #A2827B

Text Example


Text Example

White with #A2827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2827B; }

 p { color: rgb(162,130,123); }

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

background-color css

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

 a { background-color: rgb(162,130,123); }

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

border-color css

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

 span { border-color: rgb(162,130,123); }

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