Html Css Color HEX #A28592 Bouquet

📋 copy color: '#A28592'

red 162 ◦ green 133 ◦ blue 146

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

Shades of Bouquet #A28592

Tints of Bouquet #A28592

RGB

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

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

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

R = 36.73%
G = 30.16%
B = 33.11%

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

#A28592 (or 0xA28592) is known color: Bouquet. HEX triplet: A2, 85 and 92. RGB value is (162,133,146). Sum of RGB (Red+Green+Blue) = 162+133+146=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28592 is #5D7A6D. Grayscale: #8F8F8F. Windows color (decimal): -6126190 or 9602466. OLE color: 9602466.

HSL color Cylindrical-coordinate representation of color #A28592: hue angle of 333.1º 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 #A28592 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 146 -
CMYK 0 0.18 0.10 0.36
HSL 333.1º 0.13% 0.58% -
HSV(B) 333.1º 0.18% 0.64% -
XYZ 28.48 26.53 30.81 -
YUV 143.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 162 133 146 0 0.18 0.10 0.36 333.1 0.13 0.58
Hex A2 85 92 0 12 A 24 14D D 3A
Octal 242 205 222 0 22 12 44 515 15 72
Binary 10100010 10000101 10010010 0 10010 1010 100100 101001101 1101 111010

Color Harmonies of #A28592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28592

Black with #A28592

Text Example


Text Example

White with #A28592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28592; }

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

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

background-color css

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

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

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

border-color css

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

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

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