Html Css Color HEX #A38599 Bouquet

📋 copy color: '#A38599'

red 163 ◦ green 133 ◦ blue 153

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

Shades of Bouquet #A38599

Tints of Bouquet #A38599

RGB

 RED value IS 163 (64.06% from 255) = 36.3%

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

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 36.3%
G = 29.62%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A38599 (or 0xA38599) is known color: Bouquet. HEX triplet: A3, 85 and 99. RGB value is (163,133,153). Sum of RGB (Red+Green+Blue) = 163+133+153=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A38599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38599 is #5C7A66. Grayscale: #909090. Windows color (decimal): -6060647 or 10061219. OLE color: 10061219.

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

Color convert

RGB 163 133 153 -
CMYK 0 0.18 0.06 0.36
HSL 320º 0.14% 0.58% -
HSV(B) 320º 0.18% 0.64% -
XYZ 29.24 26.86 33.78 -
YUV 144.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 163 133 153 0 0.18 0.06 0.36 320 0.14 0.58
Hex A3 85 99 0 12 6 24 140 E 3A
Octal 243 205 231 0 22 6 44 500 16 72
Binary 10100011 10000101 10011001 0 10010 110 100100 101000000 1110 111010

Color Harmonies of #A38599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38599

Black with #A38599

Text Example


Text Example

White with #A38599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38599; }

 p { color: rgb(163,133,153); }

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

background-color css

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

 a { background-color: rgb(163,133,153); }

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

border-color css

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

 span { border-color: rgb(163,133,153); }

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