Html Css Color HEX #A98483 Opium

📋 copy color: '#A98483'

red 169 ◦ green 132 ◦ blue 131

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

Shades of Opium #A98483

Tints of Opium #A98483

RGB

 RED value IS 169 (66.41% from 255) = 39.12%

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

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

R = 39.12%
G = 30.56%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A98483 (or 0xA98483) is known color: Opium. HEX triplet: A9, 84 and 83. RGB value is (169,132,131). Sum of RGB (Red+Green+Blue) = 169+132+131=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A98483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98483 is #567B7C. Grayscale: #8E8E8E. Windows color (decimal): -5667709 or 8619177. OLE color: 8619177.

HSL color Cylindrical-coordinate representation of color #A98483: hue angle of 1.58º 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 #A98483 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 132 131 -
CMYK 0 0.22 0.22 0.34
HSL 1.58º 0.18% 0.59% -
HSV(B) 1.58º 0.22% 0.66% -
XYZ 28.71 26.58 25.09 -
YUV 142.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 169 132 131 0 0.22 0.22 0.34 1.58 0.18 0.59
Hex A9 84 83 0 16 16 22 2 12 3B
Octal 251 204 203 0 26 26 42 2 22 73
Binary 10101001 10000100 10000011 0 10110 10110 100010 10 10010 111011

Color Harmonies of #A98483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98483

Black with #A98483

Text Example


Text Example

White with #A98483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98483; }

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

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

background-color css

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

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

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

border-color css

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

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

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