Html Css Color HEX #A48581 Opium

📋 copy color: '#A48581'

red 164 ◦ green 133 ◦ blue 129

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

Shades of Opium #A48581

Tints of Opium #A48581

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 38.5%
G = 31.22%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48581 (or 0xA48581) is known color: Opium. HEX triplet: A4, 85 and 81. RGB value is (164,133,129). Sum of RGB (Red+Green+Blue) = 164+133+129=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48581 is #5B7A7E. Grayscale: #8D8D8D. Windows color (decimal): -5995135 or 8488356. OLE color: 8488356.

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

Color convert

RGB 164 133 129 -
CMYK 0 0.19 0.21 0.36
HSL 6.86º 0.16% 0.57% -
HSV(B) 6.86º 0.21% 0.64% -
XYZ 27.66 26.25 24.38 -
YUV 141.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 164 133 129 0 0.19 0.21 0.36 6.86 0.16 0.57
Hex A4 85 81 0 13 15 24 7 10 39
Octal 244 205 201 0 23 25 44 7 20 71
Binary 10100100 10000101 10000001 0 10011 10101 100100 111 10000 111001

Color Harmonies of #A48581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48581

Black with #A48581

Text Example


Text Example

White with #A48581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48581; }

 p { color: rgb(164,133,129); }

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

background-color css

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

 a { background-color: rgb(164,133,129); }

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

border-color css

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

 span { border-color: rgb(164,133,129); }

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