Html Css Color HEX #A38A9B Bouquet

📋 copy color: '#A38A9B'

red 163 ◦ green 138 ◦ blue 155

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

Shades of Bouquet #A38A9B

Tints of Bouquet #A38A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 35.75%
G = 30.26%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A38A9B (or 0xA38A9B) is known color: Bouquet. HEX triplet: A3, 8A and 9B. RGB value is (163,138,155). Sum of RGB (Red+Green+Blue) = 163+138+155=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A9B is #5C7564. Grayscale: #939393. Windows color (decimal): -6059365 or 10193571. OLE color: 10193571.

HSL color Cylindrical-coordinate representation of color #A38A9B: hue angle of 319.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A38A9B is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 138 155 -
CMYK 0 0.15 0.05 0.36
HSL 319.2º 0.12% 0.59% -
HSV(B) 319.2º 0.15% 0.64% -
XYZ 30.11 28.33 34.89 -
YUV 147.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 163 138 155 0 0.15 0.05 0.36 319.2 0.12 0.59
Hex A3 8A 9B 0 F 5 24 13F C 3B
Octal 243 212 233 0 17 5 44 477 14 73
Binary 10100011 10001010 10011011 0 1111 101 100100 100111111 1100 111011

Color Harmonies of #A38A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A9B

Black with #A38A9B

Text Example


Text Example

White with #A38A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A9B; }

 p { color: rgb(163,138,155); }

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

background-color css

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

 a { background-color: rgb(163,138,155); }

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

border-color css

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

 span { border-color: rgb(163,138,155); }

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