Html Css Color HEX #A37A75 Opium

📋 copy color: '#A37A75'

red 163 ◦ green 122 ◦ blue 117

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

Shades of Opium #A37A75

Tints of Opium #A37A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

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

R = 40.55%
G = 30.35%
B = 29.1%

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

#A37A75 (or 0xA37A75) is known color: Opium. HEX triplet: A3, 7A and 75. RGB value is (163,122,117). Sum of RGB (Red+Green+Blue) = 163+122+117=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A75 is #5C858A. Grayscale: #858585. Windows color (decimal): -6063499 or 7699107. OLE color: 7699107.

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

Color convert

RGB 163 122 117 -
CMYK 0 0.25 0.28 0.36
HSL 6.52º 0.2% 0.55% -
HSV(B) 6.52º 0.28% 0.64% -
XYZ 25.27 22.99 19.94 -
YUV 133.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 163 122 117 0 0.25 0.28 0.36 6.52 0.2 0.55
Hex A3 7A 75 0 19 1C 24 7 14 37
Octal 243 172 165 0 31 34 44 7 24 67
Binary 10100011 1111010 1110101 0 11001 11100 100100 111 10100 110111

Color Harmonies of #A37A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A75

Black with #A37A75

Text Example


Text Example

White with #A37A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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