Html Css Color HEX #A58581 Opium

📋 copy color: '#A58581'

red 165 ◦ green 133 ◦ blue 129

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

Shades of Opium #A58581

Tints of Opium #A58581

RGB

 RED value IS 165 (64.84% from 255) = 38.64%

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

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 38.64%
G = 31.15%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A58581 (or 0xA58581) is known color: Opium. HEX triplet: A5, 85 and 81. RGB value is (165,133,129). Sum of RGB (Red+Green+Blue) = 165+133+129=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A58581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58581 is #5A7A7E. Grayscale: #8E8E8E. Windows color (decimal): -5929599 or 8488357. OLE color: 8488357.

HSL color Cylindrical-coordinate representation of color #A58581: hue angle of 6.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58581 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 129 -
CMYK 0 0.19 0.22 0.35
HSL 6.67º 0.17% 0.58% -
HSV(B) 6.67º 0.22% 0.65% -
XYZ 27.87 26.36 24.39 -
YUV 142.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 165 133 129 0 0.19 0.22 0.35 6.67 0.17 0.58
Hex A5 85 81 0 13 16 23 7 11 3A
Octal 245 205 201 0 23 26 43 7 21 72
Binary 10100101 10000101 10000001 0 10011 10110 100011 111 10001 111010

Color Harmonies of #A58581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58581

Black with #A58581

Text Example


Text Example

White with #A58581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58581; }

 p { color: rgb(165,133,129); }

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

background-color css

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

 a { background-color: rgb(165,133,129); }

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

border-color css

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

 span { border-color: rgb(165,133,129); }

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