Html Css Color HEX #A38580 Opium

📋 copy color: '#A38580'

red 163 ◦ green 133 ◦ blue 128

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

Shades of Opium #A38580

Tints of Opium #A38580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 38.44%
G = 31.37%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A38580 (or 0xA38580) is known color: Opium. HEX triplet: A3, 85 and 80. RGB value is (163,133,128). Sum of RGB (Red+Green+Blue) = 163+133+128=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A38580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38580 is #5C7A7F. Grayscale: #8D8D8D. Windows color (decimal): -6060672 or 8422819. OLE color: 8422819.

HSL color Cylindrical-coordinate representation of color #A38580: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38580 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 133 128 -
CMYK 0 0.18 0.21 0.36
HSL 8.57º 0.16% 0.57% -
HSV(B) 8.57º 0.21% 0.64% -
XYZ 27.39 26.12 24.02 -
YUV 141.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 163 133 128 0 0.18 0.21 0.36 8.57 0.16 0.57
Hex A3 85 80 0 12 15 24 9 10 39
Octal 243 205 200 0 22 25 44 11 20 71
Binary 10100011 10000101 10000000 0 10010 10101 100100 1001 10000 111001

Color Harmonies of #A38580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38580

Black with #A38580

Text Example


Text Example

White with #A38580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38580; }

 p { color: rgb(163,133,128); }

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

background-color css

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

 a { background-color: rgb(163,133,128); }

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

border-color css

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

 span { border-color: rgb(163,133,128); }

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