Html Css Color HEX #A37875 Opium

📋 copy color: '#A37875'

red 163 ◦ green 120 ◦ blue 117

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

Shades of Opium #A37875

Tints of Opium #A37875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

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

R = 40.75%
G = 30%
B = 29.25%

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

#A37875 (or 0xA37875) is known color: Opium. HEX triplet: A3, 78 and 75. RGB value is (163,120,117). Sum of RGB (Red+Green+Blue) = 163+120+117=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A37875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37875 is #5C878A. Grayscale: #848484. Windows color (decimal): -6064011 or 7698595. OLE color: 7698595.

HSL color Cylindrical-coordinate representation of color #A37875: hue angle of 3.91º 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 #A37875 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 120 117 -
CMYK 0 0.26 0.28 0.36
HSL 3.91º 0.2% 0.55% -
HSV(B) 3.91º 0.28% 0.64% -
XYZ 25.03 22.5 19.85 -
YUV 132.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 163 120 117 0 0.26 0.28 0.36 3.91 0.2 0.55
Hex A3 78 75 0 1A 1C 24 4 14 37
Octal 243 170 165 0 32 34 44 4 24 67
Binary 10100011 1111000 1110101 0 11010 11100 100100 100 10100 110111

Color Harmonies of #A37875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37875

Black with #A37875

Text Example


Text Example

White with #A37875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37875; }

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

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

background-color css

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

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

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

border-color css

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

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

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