Html Css Color HEX #A88483 Opium

📋 copy color: '#A88483'

red 168 ◦ green 132 ◦ blue 131

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

Shades of Opium #A88483

Tints of Opium #A88483

RGB

 RED value IS 168 (66.02% from 255) = 38.98%

 GREEN value IS 132 (51.95% from 255) = 30.63%

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

R = 38.98%
G = 30.63%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A88483 (or 0xA88483) is known color: Opium. HEX triplet: A8, 84 and 83. RGB value is (168,132,131). Sum of RGB (Red+Green+Blue) = 168+132+131=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A88483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88483 is #577B7C. Grayscale: #8E8E8E. Windows color (decimal): -5733245 or 8619176. OLE color: 8619176.

HSL color Cylindrical-coordinate representation of color #A88483: hue angle of 1.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A88483 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 132 131 -
CMYK 0 0.21 0.22 0.34
HSL 1.62º 0.18% 0.59% -
HSV(B) 1.62º 0.22% 0.66% -
XYZ 28.5 26.47 25.08 -
YUV 142.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 168 132 131 0 0.21 0.22 0.34 1.62 0.18 0.59
Hex A8 84 83 0 15 16 22 2 12 3B
Octal 250 204 203 0 25 26 42 2 22 73
Binary 10101000 10000100 10000011 0 10101 10110 100010 10 10010 111011

Color Harmonies of #A88483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88483

Black with #A88483

Text Example


Text Example

White with #A88483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88483; }

 p { color: rgb(168,132,131); }

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

background-color css

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

 a { background-color: rgb(168,132,131); }

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

border-color css

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

 span { border-color: rgb(168,132,131); }

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