Html Css Color HEX #A37D78 Opium

📋 copy color: '#A37D78'

red 163 ◦ green 125 ◦ blue 120

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

Shades of Opium #A37D78

Tints of Opium #A37D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 39.95%
G = 30.64%
B = 29.41%

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

#A37D78 (or 0xA37D78) is known color: Opium. HEX triplet: A3, 7D and 78. RGB value is (163,125,120). Sum of RGB (Red+Green+Blue) = 163+125+120=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D78 is #5C8287. Grayscale: #878787. Windows color (decimal): -6062728 or 7896483. OLE color: 7896483.

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

Color convert

RGB 163 125 120 -
CMYK 0 0.23 0.26 0.36
HSL 6.98º 0.19% 0.55% -
HSV(B) 6.98º 0.26% 0.64% -
XYZ 25.83 23.81 21 -
YUV 135.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 163 125 120 0 0.23 0.26 0.36 6.98 0.19 0.55
Hex A3 7D 78 0 17 1A 24 7 13 37
Octal 243 175 170 0 27 32 44 7 23 67
Binary 10100011 1111101 1111000 0 10111 11010 100100 111 10011 110111

Color Harmonies of #A37D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D78

Black with #A37D78

Text Example


Text Example

White with #A37D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D78; }

 p { color: rgb(163,125,120); }

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

background-color css

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

 a { background-color: rgb(163,125,120); }

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

border-color css

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

 span { border-color: rgb(163,125,120); }

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