Html Css Color HEX #A37975 Opium

📋 copy color: '#A37975'

red 163 ◦ green 121 ◦ blue 117

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

Shades of Opium #A37975

Tints of Opium #A37975

RGB

 RED value IS 163 (64.06% from 255) = 40.65%

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

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

R = 40.65%
G = 30.17%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A37975 (or 0xA37975) is known color: Opium. HEX triplet: A3, 79 and 75. RGB value is (163,121,117). Sum of RGB (Red+Green+Blue) = 163+121+117=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A37975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37975 is #5C868A. Grayscale: #858585. Windows color (decimal): -6063755 or 7698851. OLE color: 7698851.

HSL color Cylindrical-coordinate representation of color #A37975: hue angle of 5.22º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37975 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 121 117 -
CMYK 0 0.26 0.28 0.36
HSL 5.22º 0.2% 0.55% -
HSV(B) 5.22º 0.28% 0.64% -
XYZ 25.15 22.75 19.89 -
YUV 133.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 163 121 117 0 0.26 0.28 0.36 5.22 0.2 0.55
Hex A3 79 75 0 1A 1C 24 5 14 37
Octal 243 171 165 0 32 34 44 5 24 67
Binary 10100011 1111001 1110101 0 11010 11100 100100 101 10100 110111

Color Harmonies of #A37975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37975

Black with #A37975

Text Example


Text Example

White with #A37975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37975; }

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

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

background-color css

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

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

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

border-color css

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

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

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