Html Css Color HEX #A5838F Bouquet

📋 copy color: '#A5838F'

red 165 ◦ green 131 ◦ blue 143

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

Shades of Bouquet #A5838F

Tints of Bouquet #A5838F

RGB

 RED value IS 165 (64.84% from 255) = 37.59%

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 37.59%
G = 29.84%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5838F (or 0xA5838F) is known color: Bouquet. HEX triplet: A5, 83 and 8F. RGB value is (165,131,143). Sum of RGB (Red+Green+Blue) = 165+131+143=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5838F is #5A7C70. Grayscale: #8E8E8E. Windows color (decimal): -5930097 or 9405349. OLE color: 9405349.

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

Color convert

RGB 165 131 143 -
CMYK 0 0.21 0.13 0.35
HSL 338.82º 0.16% 0.58% -
HSV(B) 338.82º 0.21% 0.65% -
XYZ 28.59 26.22 29.54 -
YUV 142.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 165 131 143 0 0.21 0.13 0.35 338.82 0.16 0.58
Hex A5 83 8F 0 15 D 23 153 10 3A
Octal 245 203 217 0 25 15 43 523 20 72
Binary 10100101 10000011 10001111 0 10101 1101 100011 101010011 10000 111010

Color Harmonies of #A5838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5838F

Black with #A5838F

Text Example


Text Example

White with #A5838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5838F; }

 p { color: rgb(165,131,143); }

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

background-color css

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

 a { background-color: rgb(165,131,143); }

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

border-color css

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

 span { border-color: rgb(165,131,143); }

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