Html Css Color HEX #A47575 Opium

📋 copy color: '#A47575'

red 164 ◦ green 117 ◦ blue 117

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

Shades of Opium #A47575

Tints of Opium #A47575

RGB

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

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

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

R = 41.21%
G = 29.4%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47575 (or 0xA47575) is known color: Opium. HEX triplet: A4, 75 and 75. RGB value is (164,117,117). Sum of RGB (Red+Green+Blue) = 164+117+117=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47575 is #5B8A8A. Grayscale: #838383. Windows color (decimal): -5999243 or 7697828. OLE color: 7697828.

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

Color convert

RGB 164 117 117 -
CMYK 0 0.29 0.29 0.36
HSL 0.21% 0.55% -
HSV(B) 0.29% 0.64% -
XYZ 24.88 21.9 19.75 -
YUV 131.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 164 117 117 0 0.29 0.29 0.36 0 0.21 0.55
Hex A4 75 75 0 1D 1D 24 0 15 37
Octal 244 165 165 0 35 35 44 0 25 67
Binary 10100100 1110101 1110101 0 11101 11101 100100 0 10101 110111

Color Harmonies of #A47575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47575

Black with #A47575

Text Example


Text Example

White with #A47575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47575; }

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

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

background-color css

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

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

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

border-color css

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

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

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