Html Css Color HEX #A17975 Opium

📋 copy color: '#A17975'

red 161 ◦ green 121 ◦ blue 117

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

Shades of Opium #A17975

Tints of Opium #A17975

RGB

 RED value IS 161 (63.28% from 255) = 40.35%

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 40.35%
G = 30.33%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A17975 (or 0xA17975) is known color: Opium. HEX triplet: A1, 79 and 75. RGB value is (161,121,117). Sum of RGB (Red+Green+Blue) = 161+121+117=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A17975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17975 is #5E868A. Grayscale: #848484. Windows color (decimal): -6194827 or 7698849. OLE color: 7698849.

HSL color Cylindrical-coordinate representation of color #A17975: hue angle of 5.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17975 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 117 -
CMYK 0 0.25 0.27 0.37
HSL 5.45º 0.19% 0.55% -
HSV(B) 5.45º 0.27% 0.63% -
XYZ 24.75 22.54 19.88 -
YUV 132.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 161 121 117 0 0.25 0.27 0.37 5.45 0.19 0.55
Hex A1 79 75 0 19 1B 25 5 13 37
Octal 241 171 165 0 31 33 45 5 23 67
Binary 10100001 1111001 1110101 0 11001 11011 100101 101 10011 110111

Color Harmonies of #A17975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17975

Black with #A17975

Text Example


Text Example

White with #A17975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17975; }

 p { color: rgb(161,121,117); }

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

background-color css

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

 a { background-color: rgb(161,121,117); }

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

border-color css

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

 span { border-color: rgb(161,121,117); }

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