Html Css Color HEX #A38895 Bouquet

📋 copy color: '#A38895'

red 163 ◦ green 136 ◦ blue 149

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

Shades of Bouquet #A38895

Tints of Bouquet #A38895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

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

R = 36.38%
G = 30.36%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A38895 (or 0xA38895) is known color: Bouquet. HEX triplet: A3, 88 and 95. RGB value is (163,136,149). Sum of RGB (Red+Green+Blue) = 163+136+149=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A38895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38895 is #5C776A. Grayscale: #919191. Windows color (decimal): -6059883 or 9799843. OLE color: 9799843.

HSL color Cylindrical-coordinate representation of color #A38895: hue angle of 331.11º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A38895 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 149 -
CMYK 0 0.17 0.09 0.36
HSL 331.11º 0.13% 0.59% -
HSV(B) 331.11º 0.17% 0.64% -
XYZ 29.33 27.56 32.21 -
YUV 145.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 163 136 149 0 0.17 0.09 0.36 331.11 0.13 0.59
Hex A3 88 95 0 11 9 24 14B D 3B
Octal 243 210 225 0 21 11 44 513 15 73
Binary 10100011 10001000 10010101 0 10001 1001 100100 101001011 1101 111011

Color Harmonies of #A38895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38895

Black with #A38895

Text Example


Text Example

White with #A38895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38895; }

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

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

background-color css

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

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

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

border-color css

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

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

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