Html Css Color HEX #A38399 Bouquet

📋 copy color: '#A38399'

red 163 ◦ green 131 ◦ blue 153

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

Shades of Bouquet #A38399

Tints of Bouquet #A38399

RGB

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

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

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

R = 36.47%
G = 29.31%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A38399 (or 0xA38399) is known color: Bouquet. HEX triplet: A3, 83 and 99. RGB value is (163,131,153). Sum of RGB (Red+Green+Blue) = 163+131+153=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A38399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38399 is #5C7C66. Grayscale: #8F8F8F. Windows color (decimal): -6061159 or 10060707. OLE color: 10060707.

HSL color Cylindrical-coordinate representation of color #A38399: hue angle of 318.75º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38399 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 131 153 -
CMYK 0 0.20 0.06 0.36
HSL 318.75º 0.15% 0.58% -
HSV(B) 318.75º 0.2% 0.64% -
XYZ 28.97 26.32 33.69 -
YUV 143.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 163 131 153 0 0.20 0.06 0.36 318.75 0.15 0.58
Hex A3 83 99 0 14 6 24 13F F 3A
Octal 243 203 231 0 24 6 44 477 17 72
Binary 10100011 10000011 10011001 0 10100 110 100100 100111111 1111 111010

Color Harmonies of #A38399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38399

Black with #A38399

Text Example


Text Example

White with #A38399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38399; }

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

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

background-color css

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

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

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

border-color css

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

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

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