Html Css Color HEX #A57F92 Bouquet

📋 copy color: '#A57F92'

red 165 ◦ green 127 ◦ blue 146

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

Shades of Bouquet #A57F92

Tints of Bouquet #A57F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 37.67%
G = 29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A57F92 (or 0xA57F92) is known color: Bouquet. HEX triplet: A5, 7F and 92. RGB value is (165,127,146). Sum of RGB (Red+Green+Blue) = 165+127+146=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F92 is #5A806D. Grayscale: #8C8C8C. Windows color (decimal): -5931118 or 9600933. OLE color: 9600933.

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

Color convert

RGB 165 127 146 -
CMYK 0 0.23 0.12 0.35
HSL 330º 0.17% 0.57% -
HSV(B) 330º 0.23% 0.65% -
XYZ 28.29 25.25 30.58 -
YUV 140.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 165 127 146 0 0.23 0.12 0.35 330 0.17 0.57
Hex A5 7F 92 0 17 C 23 14A 11 39
Octal 245 177 222 0 27 14 43 512 21 71
Binary 10100101 1111111 10010010 0 10111 1100 100011 101001010 10001 111001

Color Harmonies of #A57F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F92

Black with #A57F92

Text Example


Text Example

White with #A57F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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