Html Css Color HEX #A28591 Bouquet

📋 copy color: '#A28591'

red 162 ◦ green 133 ◦ blue 145

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

Shades of Bouquet #A28591

Tints of Bouquet #A28591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 36.82%
G = 30.23%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A28591 (or 0xA28591) is known color: Bouquet. HEX triplet: A2, 85 and 91. RGB value is (162,133,145). Sum of RGB (Red+Green+Blue) = 162+133+145=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A28591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28591 is #5D7A6E. Grayscale: #8F8F8F. Windows color (decimal): -6126191 or 9536930. OLE color: 9536930.

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

Color convert

RGB 162 133 145 -
CMYK 0 0.18 0.10 0.36
HSL 335.17º 0.13% 0.58% -
HSV(B) 335.17º 0.18% 0.64% -
XYZ 28.4 26.5 30.41 -
YUV 143.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 162 133 145 0 0.18 0.10 0.36 335.17 0.13 0.58
Hex A2 85 91 0 12 A 24 14F D 3A
Octal 242 205 221 0 22 12 44 517 15 72
Binary 10100010 10000101 10010001 0 10010 1010 100100 101001111 1101 111010

Color Harmonies of #A28591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28591

Black with #A28591

Text Example


Text Example

White with #A28591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28591; }

 p { color: rgb(162,133,145); }

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

background-color css

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

 a { background-color: rgb(162,133,145); }

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

border-color css

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

 span { border-color: rgb(162,133,145); }

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