Html Css Color HEX #A37B79 Opium

📋 copy color: '#A37B79'

red 163 ◦ green 123 ◦ blue 121

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

Shades of Opium #A37B79

Tints of Opium #A37B79

RGB

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

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

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

R = 40.05%
G = 30.22%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A37B79 (or 0xA37B79) is known color: Opium. HEX triplet: A3, 7B and 79. RGB value is (163,123,121). Sum of RGB (Red+Green+Blue) = 163+123+121=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B79 is #5C8486. Grayscale: #868686. Windows color (decimal): -6063239 or 7961507. OLE color: 7961507.

HSL color Cylindrical-coordinate representation of color #A37B79: hue angle of 2.86º 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 #A37B79 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 123 121 -
CMYK 0 0.25 0.26 0.36
HSL 2.86º 0.19% 0.56% -
HSV(B) 2.86º 0.26% 0.64% -
XYZ 25.64 23.33 21.24 -
YUV 134.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 163 123 121 0 0.25 0.26 0.36 2.86 0.19 0.56
Hex A3 7B 79 0 19 1A 24 3 13 38
Octal 243 173 171 0 31 32 44 3 23 70
Binary 10100011 1111011 1111001 0 11001 11010 100100 11 10011 111000

Color Harmonies of #A37B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B79

Black with #A37B79

Text Example


Text Example

White with #A37B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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