Html Css Color HEX #A28583 Opium

📋 copy color: '#A28583'

red 162 ◦ green 133 ◦ blue 131

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

Shades of Opium #A28583

Tints of Opium #A28583

RGB

 RED value IS 162 (63.67% from 255) = 38.03%

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

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

R = 38.03%
G = 31.22%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A28583 (or 0xA28583) is known color: Opium. HEX triplet: A2, 85 and 83. RGB value is (162,133,131). Sum of RGB (Red+Green+Blue) = 162+133+131=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A28583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28583 is #5D7A7C. Grayscale: #8D8D8D. Windows color (decimal): -6126205 or 8619426. OLE color: 8619426.

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

Color convert

RGB 162 133 131 -
CMYK 0 0.18 0.19 0.36
HSL 3.87º 0.14% 0.57% -
HSV(B) 3.87º 0.19% 0.64% -
XYZ 27.38 26.1 25.07 -
YUV 141.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 162 133 131 0 0.18 0.19 0.36 3.87 0.14 0.57
Hex A2 85 83 0 12 13 24 4 E 39
Octal 242 205 203 0 22 23 44 4 16 71
Binary 10100010 10000101 10000011 0 10010 10011 100100 100 1110 111001

Color Harmonies of #A28583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28583

Black with #A28583

Text Example


Text Example

White with #A28583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28583; }

 p { color: rgb(162,133,131); }

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

background-color css

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

 a { background-color: rgb(162,133,131); }

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

border-color css

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

 span { border-color: rgb(162,133,131); }

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