Html Css Color HEX #A37395 Bouquet

📋 copy color: '#A37395'

red 163 ◦ green 115 ◦ blue 149

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

Shades of Bouquet #A37395

Tints of Bouquet #A37395

RGB

 RED value IS 163 (64.06% from 255) = 38.17%

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

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

R = 38.17%
G = 26.93%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A37395 (or 0xA37395) is known color: Bouquet. HEX triplet: A3, 73 and 95. RGB value is (163,115,149). Sum of RGB (Red+Green+Blue) = 163+115+149=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37395 is #5C8C6A. Grayscale: #858585. Windows color (decimal): -6065259 or 9794467. OLE color: 9794467.

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

Color convert

RGB 163 115 149 -
CMYK 0 0.29 0.09 0.36
HSL 317.5º 0.21% 0.55% -
HSV(B) 317.5º 0.29% 0.64% -
XYZ 26.66 22.22 31.32 -
YUV 133.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 163 115 149 0 0.29 0.09 0.36 317.5 0.21 0.55
Hex A3 73 95 0 1D 9 24 13E 15 37
Octal 243 163 225 0 35 11 44 476 25 67
Binary 10100011 1110011 10010101 0 11101 1001 100100 100111110 10101 110111

Color Harmonies of #A37395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37395

Black with #A37395

Text Example


Text Example

White with #A37395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37395; }

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

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

background-color css

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

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

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

border-color css

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

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

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