Html Css Color HEX #A57F8F Bouquet

📋 copy color: '#A57F8F'

red 165 ◦ green 127 ◦ blue 143

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

Shades of Bouquet #A57F8F

Tints of Bouquet #A57F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 37.93%
G = 29.2%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A57F8F (or 0xA57F8F) is known color: Bouquet. HEX triplet: A5, 7F and 8F. RGB value is (165,127,143). Sum of RGB (Red+Green+Blue) = 165+127+143=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F8F is #5A8070. Grayscale: #8C8C8C. Windows color (decimal): -5931121 or 9404325. OLE color: 9404325.

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

Color convert

RGB 165 127 143 -
CMYK 0 0.23 0.13 0.35
HSL 334.74º 0.17% 0.57% -
HSV(B) 334.74º 0.23% 0.65% -
XYZ 28.06 25.16 29.36 -
YUV 140.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 165 127 143 0 0.23 0.13 0.35 334.74 0.17 0.57
Hex A5 7F 8F 0 17 D 23 14F 11 39
Octal 245 177 217 0 27 15 43 517 21 71
Binary 10100101 1111111 10001111 0 10111 1101 100011 101001111 10001 111001

Color Harmonies of #A57F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F8F

Black with #A57F8F

Text Example


Text Example

White with #A57F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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