Html Css Color HEX #A28997 Bouquet

📋 copy color: '#A28997'

red 162 ◦ green 137 ◦ blue 151

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

Shades of Bouquet #A28997

Tints of Bouquet #A28997

RGB

 RED value IS 162 (63.67% from 255) = 36%

 GREEN value IS 137 (53.91% from 255) = 30.44%

 BLUE value IS 151 (59.38% from 255) = 33.56%

R = 36%
G = 30.44%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A28997 (or 0xA28997) is known color: Bouquet. HEX triplet: A2, 89 and 97. RGB value is (162,137,151). Sum of RGB (Red+Green+Blue) = 162+137+151=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A28997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28997 is #5D7668. Grayscale: #929292. Windows color (decimal): -6125161 or 9931170. OLE color: 9931170.

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

Color convert

RGB 162 137 151 -
CMYK 0 0.15 0.07 0.36
HSL 326.4º 0.12% 0.59% -
HSV(B) 326.4º 0.15% 0.64% -
XYZ 29.43 27.81 33.09 -
YUV 146.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 162 137 151 0 0.15 0.07 0.36 326.4 0.12 0.59
Hex A2 89 97 0 F 7 24 146 C 3B
Octal 242 211 227 0 17 7 44 506 14 73
Binary 10100010 10001001 10010111 0 1111 111 100100 101000110 1100 111011

Color Harmonies of #A28997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28997

Black with #A28997

Text Example


Text Example

White with #A28997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28997; }

 p { color: rgb(162,137,151); }

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

background-color css

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

 a { background-color: rgb(162,137,151); }

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

border-color css

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

 span { border-color: rgb(162,137,151); }

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