Html Css Color HEX #A37B76 Opium

📋 copy color: '#A37B76'

red 163 ◦ green 123 ◦ blue 118

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

Shades of Opium #A37B76

Tints of Opium #A37B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 40.35%
G = 30.45%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A37B76 (or 0xA37B76) is known color: Opium. HEX triplet: A3, 7B and 76. RGB value is (163,123,118). Sum of RGB (Red+Green+Blue) = 163+123+118=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B76 is #5C8489. Grayscale: #868686. Windows color (decimal): -6063242 or 7764899. OLE color: 7764899.

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

Color convert

RGB 163 123 118 -
CMYK 0 0.25 0.28 0.36
HSL 6.67º 0.2% 0.55% -
HSV(B) 6.67º 0.28% 0.64% -
XYZ 25.46 23.26 20.29 -
YUV 134.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 163 123 118 0 0.25 0.28 0.36 6.67 0.2 0.55
Hex A3 7B 76 0 19 1C 24 7 14 37
Octal 243 173 166 0 31 34 44 7 24 67
Binary 10100011 1111011 1110110 0 11001 11100 100100 111 10100 110111

Color Harmonies of #A37B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B76

Black with #A37B76

Text Example


Text Example

White with #A37B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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