Html Css Color HEX #A57395 Bouquet

📋 copy color: '#A57395'

red 165 ◦ green 115 ◦ blue 149

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

Shades of Bouquet #A57395

Tints of Bouquet #A57395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 38.46%
G = 26.81%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A57395 (or 0xA57395) is known color: Bouquet. HEX triplet: A5, 73 and 95. RGB value is (165,115,149). Sum of RGB (Red+Green+Blue) = 165+115+149=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57395 is #5A8C6A. Grayscale: #858585. Windows color (decimal): -5934187 or 9794469. OLE color: 9794469.

HSL color Cylindrical-coordinate representation of color #A57395: hue angle of 319.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57395 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 149 -
CMYK 0 0.30 0.10 0.35
HSL 319.2º 0.22% 0.55% -
HSV(B) 319.2º 0.3% 0.65% -
XYZ 27.07 22.43 31.34 -
YUV 133.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 165 115 149 0 0.30 0.10 0.35 319.2 0.22 0.55
Hex A5 73 95 0 1E A 23 13F 16 37
Octal 245 163 225 0 36 12 43 477 26 67
Binary 10100101 1110011 10010101 0 11110 1010 100011 100111111 10110 110111

Color Harmonies of #A57395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57395

Black with #A57395

Text Example


Text Example

White with #A57395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57395; }

 p { color: rgb(165,115,149); }

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

background-color css

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

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

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

border-color css

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

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

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