Html Css Color HEX #A88492 Bouquet

📋 copy color: '#A88492'

red 168 ◦ green 132 ◦ blue 146

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

Shades of Bouquet #A88492

Tints of Bouquet #A88492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

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

R = 37.67%
G = 29.6%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A88492 (or 0xA88492) is known color: Bouquet. HEX triplet: A8, 84 and 92. RGB value is (168,132,146). Sum of RGB (Red+Green+Blue) = 168+132+146=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A88492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88492 is #577B6D. Grayscale: #909090. Windows color (decimal): -5733230 or 9602216. OLE color: 9602216.

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

Color convert

RGB 168 132 146 -
CMYK 0 0.21 0.13 0.34
HSL 336.67º 0.17% 0.59% -
HSV(B) 336.67º 0.21% 0.66% -
XYZ 29.59 26.9 30.83 -
YUV 144.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 168 132 146 0 0.21 0.13 0.34 336.67 0.17 0.59
Hex A8 84 92 0 15 D 22 151 11 3B
Octal 250 204 222 0 25 15 42 521 21 73
Binary 10101000 10000100 10010010 0 10101 1101 100010 101010001 10001 111011

Color Harmonies of #A88492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88492

Black with #A88492

Text Example


Text Example

White with #A88492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88492; }

 p { color: rgb(168,132,146); }

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

background-color css

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

 a { background-color: rgb(168,132,146); }

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

border-color css

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

 span { border-color: rgb(168,132,146); }

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