Html Css Color HEX #A4828F Bouquet

📋 copy color: '#A4828F'

red 164 ◦ green 130 ◦ blue 143

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

Shades of Bouquet #A4828F

Tints of Bouquet #A4828F

RGB

 RED value IS 164 (64.45% from 255) = 37.53%

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 37.53%
G = 29.75%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4828F (or 0xA4828F) is known color: Bouquet. HEX triplet: A4, 82 and 8F. RGB value is (164,130,143). Sum of RGB (Red+Green+Blue) = 164+130+143=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828F is #5B7D70. Grayscale: #8D8D8D. Windows color (decimal): -5995889 or 9405092. OLE color: 9405092.

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

Color convert

RGB 164 130 143 -
CMYK 0 0.21 0.13 0.36
HSL 337.06º 0.16% 0.58% -
HSV(B) 337.06º 0.21% 0.64% -
XYZ 28.25 25.84 29.49 -
YUV 141.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 164 130 143 0 0.21 0.13 0.36 337.06 0.16 0.58
Hex A4 82 8F 0 15 D 24 151 10 3A
Octal 244 202 217 0 25 15 44 521 20 72
Binary 10100100 10000010 10001111 0 10101 1101 100100 101010001 10000 111010

Color Harmonies of #A4828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4828F

Black with #A4828F

Text Example


Text Example

White with #A4828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4828F; }

 p { color: rgb(164,130,143); }

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

background-color css

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

 a { background-color: rgb(164,130,143); }

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

border-color css

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

 span { border-color: rgb(164,130,143); }

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