Html Css Color HEX #A28782 Opium

📋 copy color: '#A28782'

red 162 ◦ green 135 ◦ blue 130

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

Shades of Opium #A28782

Tints of Opium #A28782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.44%

R = 37.94%
G = 31.62%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A28782 (or 0xA28782) is known color: Opium. HEX triplet: A2, 87 and 82. RGB value is (162,135,130). Sum of RGB (Red+Green+Blue) = 162+135+130=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A28782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28782 is #5D787D. Grayscale: #8E8E8E. Windows color (decimal): -6125694 or 8554402. OLE color: 8554402.

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

Color convert

RGB 162 135 130 -
CMYK 0 0.17 0.20 0.36
HSL 9.38º 0.15% 0.57% -
HSV(B) 9.38º 0.2% 0.64% -
XYZ 27.59 26.62 24.8 -
YUV 142.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 162 135 130 0 0.17 0.20 0.36 9.38 0.15 0.57
Hex A2 87 82 0 11 14 24 9 F 39
Octal 242 207 202 0 21 24 44 11 17 71
Binary 10100010 10000111 10000010 0 10001 10100 100100 1001 1111 111001

Color Harmonies of #A28782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28782

Black with #A28782

Text Example


Text Example

White with #A28782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28782; }

 p { color: rgb(162,135,130); }

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

background-color css

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

 a { background-color: rgb(162,135,130); }

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

border-color css

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

 span { border-color: rgb(162,135,130); }

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