Html Css Color HEX #9A827B Hemp

📋 copy color: '#9A827B'

red 154 ◦ green 130 ◦ blue 123

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

Shades of Hemp #9A827B

Tints of Hemp #9A827B

RGB

 RED value IS 154 (60.55% from 255) = 37.84%

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

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

R = 37.84%
G = 31.94%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#9A827B (or 0x9A827B) is known color: Hemp. HEX triplet: 9A, 82 and 7B. RGB value is (154,130,123). Sum of RGB (Red+Green+Blue) = 154+130+123=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A827B is #657D84. Grayscale: #888888. Windows color (decimal): -6651269 or 8094362. OLE color: 8094362.

HSL color Cylindrical-coordinate representation of color #9A827B: hue angle of 13.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A827B is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 130 123 -
CMYK 0 0.16 0.20 0.40
HSL 13.55º 0.13% 0.54% -
HSV(B) 13.55º 0.2% 0.6% -
XYZ 24.88 24.27 22.11 -
YUV 136.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 154 130 123 0 0.16 0.20 0.40 13.55 0.13 0.54
Hex 9A 82 7B 0 10 14 28 E D 36
Octal 232 202 173 0 20 24 50 16 15 66
Binary 10011010 10000010 1111011 0 10000 10100 101000 1110 1101 110110

Color Harmonies of #9A827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A827B

Black with #9A827B

Text Example


Text Example

White with #9A827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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