Html Css Color HEX #A37675 Opium

📋 copy color: '#A37675'

red 163 ◦ green 118 ◦ blue 117

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

Shades of Opium #A37675

Tints of Opium #A37675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.65%

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

R = 40.95%
G = 29.65%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A37675 (or 0xA37675) is known color: Opium. HEX triplet: A3, 76 and 75. RGB value is (163,118,117). Sum of RGB (Red+Green+Blue) = 163+118+117=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A37675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37675 is #5C898A. Grayscale: #838383. Windows color (decimal): -6064523 or 7698083. OLE color: 7698083.

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

Color convert

RGB 163 118 117 -
CMYK 0 0.28 0.28 0.36
HSL 1.3º 0.2% 0.55% -
HSV(B) 1.3º 0.28% 0.64% -
XYZ 24.79 22.03 19.77 -
YUV 131.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 163 118 117 0 0.28 0.28 0.36 1.3 0.2 0.55
Hex A3 76 75 0 1C 1C 24 1 14 37
Octal 243 166 165 0 34 34 44 1 24 67
Binary 10100011 1110110 1110101 0 11100 11100 100100 1 10100 110111

Color Harmonies of #A37675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37675

Black with #A37675

Text Example


Text Example

White with #A37675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37675; }

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

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

background-color css

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

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

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

border-color css

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

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

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