Html Css Color HEX #A88295 Bouquet

📋 copy color: '#A88295'

red 168 ◦ green 130 ◦ blue 149

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

Shades of Bouquet #A88295

Tints of Bouquet #A88295

RGB

 RED value IS 168 (66.02% from 255) = 37.58%

 GREEN value IS 130 (51.17% from 255) = 29.08%

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

R = 37.58%
G = 29.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A88295 (or 0xA88295) is known color: Bouquet. HEX triplet: A8, 82 and 95. RGB value is (168,130,149). Sum of RGB (Red+Green+Blue) = 168+130+149=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A88295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88295 is #577D6A. Grayscale: #8F8F8F. Windows color (decimal): -5733739 or 9798312. OLE color: 9798312.

HSL color Cylindrical-coordinate representation of color #A88295: hue angle of 330º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88295 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 149 -
CMYK 0 0.23 0.11 0.34
HSL 330º 0.18% 0.58% -
HSV(B) 330º 0.23% 0.66% -
XYZ 29.56 26.46 31.98 -
YUV 143.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 168 130 149 0 0.23 0.11 0.34 330 0.18 0.58
Hex A8 82 95 0 17 B 22 14A 12 3A
Octal 250 202 225 0 27 13 42 512 22 72
Binary 10101000 10000010 10010101 0 10111 1011 100010 101001010 10010 111010

Color Harmonies of #A88295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88295

Black with #A88295

Text Example


Text Example

White with #A88295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88295; }

 p { color: rgb(168,130,149); }

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

background-color css

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

 a { background-color: rgb(168,130,149); }

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

border-color css

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

 span { border-color: rgb(168,130,149); }

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