Html Css Color HEX #A47A75 Opium

📋 copy color: '#A47A75'

red 164 ◦ green 122 ◦ blue 117

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

Shades of Opium #A47A75

Tints of Opium #A47A75

RGB

 RED value IS 164 (64.45% from 255) = 40.69%

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

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

R = 40.69%
G = 30.27%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47A75 (or 0xA47A75) is known color: Opium. HEX triplet: A4, 7A and 75. RGB value is (164,122,117). Sum of RGB (Red+Green+Blue) = 164+122+117=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A75 is #5B858A. Grayscale: #868686. Windows color (decimal): -5997963 or 7699108. OLE color: 7699108.

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

Color convert

RGB 164 122 117 -
CMYK 0 0.26 0.29 0.36
HSL 6.38º 0.21% 0.55% -
HSV(B) 6.38º 0.29% 0.64% -
XYZ 25.48 23.1 19.94 -
YUV 133.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 164 122 117 0 0.26 0.29 0.36 6.38 0.21 0.55
Hex A4 7A 75 0 1A 1D 24 6 15 37
Octal 244 172 165 0 32 35 44 6 25 67
Binary 10100100 1111010 1110101 0 11010 11101 100100 110 10101 110111

Color Harmonies of #A47A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A75

Black with #A47A75

Text Example


Text Example

White with #A47A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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