Html Css Color HEX #A37E79 Opium

📋 copy color: '#A37E79'

red 163 ◦ green 126 ◦ blue 121

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

Shades of Opium #A37E79

Tints of Opium #A37E79

RGB

 RED value IS 163 (64.06% from 255) = 39.76%

 GREEN value IS 126 (49.61% from 255) = 30.73%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 39.76%
G = 30.73%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A37E79 (or 0xA37E79) is known color: Opium. HEX triplet: A3, 7E and 79. RGB value is (163,126,121). Sum of RGB (Red+Green+Blue) = 163+126+121=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E79 is #5C8186. Grayscale: #888888. Windows color (decimal): -6062471 or 7962275. OLE color: 7962275.

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

Color convert

RGB 163 126 121 -
CMYK 0 0.23 0.26 0.36
HSL 7.14º 0.19% 0.56% -
HSV(B) 7.14º 0.26% 0.64% -
XYZ 26.02 24.09 21.37 -
YUV 136.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 163 126 121 0 0.23 0.26 0.36 7.14 0.19 0.56
Hex A3 7E 79 0 17 1A 24 7 13 38
Octal 243 176 171 0 27 32 44 7 23 70
Binary 10100011 1111110 1111001 0 10111 11010 100100 111 10011 111000

Color Harmonies of #A37E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E79

Black with #A37E79

Text Example


Text Example

White with #A37E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E79; }

 p { color: rgb(163,126,121); }

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

background-color css

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

 a { background-color: rgb(163,126,121); }

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

border-color css

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

 span { border-color: rgb(163,126,121); }

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