Html Css Color HEX #A48783 Opium

📋 copy color: '#A48783'

red 164 ◦ green 135 ◦ blue 131

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

Shades of Opium #A48783

Tints of Opium #A48783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 38.14%
G = 31.4%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A48783 (or 0xA48783) is known color: Opium. HEX triplet: A4, 87 and 83. RGB value is (164,135,131). Sum of RGB (Red+Green+Blue) = 164+135+131=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48783 is #5B787C. Grayscale: #8F8F8F. Windows color (decimal): -5994621 or 8619940. OLE color: 8619940.

HSL color Cylindrical-coordinate representation of color #A48783: hue angle of 7.27º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48783 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 131 -
CMYK 0 0.18 0.20 0.36
HSL 7.27º 0.15% 0.58% -
HSV(B) 7.27º 0.2% 0.64% -
XYZ 28.07 26.86 25.18 -
YUV 143.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 164 135 131 0 0.18 0.20 0.36 7.27 0.15 0.58
Hex A4 87 83 0 12 14 24 7 F 3A
Octal 244 207 203 0 22 24 44 7 17 72
Binary 10100100 10000111 10000011 0 10010 10100 100100 111 1111 111010

Color Harmonies of #A48783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48783

Black with #A48783

Text Example


Text Example

White with #A48783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48783; }

 p { color: rgb(164,135,131); }

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

background-color css

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

 a { background-color: rgb(164,135,131); }

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

border-color css

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

 span { border-color: rgb(164,135,131); }

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