Html Css Color HEX #A57F7F Opium

📋 copy color: '#A57F7F'

red 165 ◦ green 127 ◦ blue 127

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

Shades of Opium #A57F7F

Tints of Opium #A57F7F

RGB

 RED value IS 165 (64.84% from 255) = 39.38%

 GREEN value IS 127 (50% from 255) = 30.31%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 39.38%
G = 30.31%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A57F7F (or 0xA57F7F) is known color: Opium. HEX triplet: A5, 7F and 7F. RGB value is (165,127,127). Sum of RGB (Red+Green+Blue) = 165+127+127=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F7F is #5A8080. Grayscale: #8A8A8A. Windows color (decimal): -5931137 or 8355749. OLE color: 8355749.

HSL color Cylindrical-coordinate representation of color #A57F7F: hue angle of 0º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A57F7F is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 127 -
CMYK 0 0.23 0.23 0.35
HSL 0.17% 0.57% -
HSV(B) 0.23% 0.65% -
XYZ 26.94 24.71 23.43 -
YUV 138.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 165 127 127 0 0.23 0.23 0.35 0 0.17 0.57
Hex A5 7F 7F 0 17 17 23 0 11 39
Octal 245 177 177 0 27 27 43 0 21 71
Binary 10100101 1111111 1111111 0 10111 10111 100011 0 10001 111001

Color Harmonies of #A57F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F7F

Black with #A57F7F

Text Example


Text Example

White with #A57F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F7F; }

 p { color: rgb(165,127,127); }

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

background-color css

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

 a { background-color: rgb(165,127,127); }

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

border-color css

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

 span { border-color: rgb(165,127,127); }

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