Html Css Color HEX #A38C8D Turkish Rose

📋 copy color: '#A38C8D'

red 163 ◦ green 140 ◦ blue 141

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

Shades of Turkish Rose #A38C8D

Tints of Turkish Rose #A38C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 36.71%
G = 31.53%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A38C8D (or 0xA38C8D) is known color: Turkish Rose. HEX triplet: A3, 8C and 8D. RGB value is (163,140,141). Sum of RGB (Red+Green+Blue) = 163+140+141=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C8D is #5C7372. Grayscale: #939393. Windows color (decimal): -6058867 or 9276579. OLE color: 9276579.

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

Color convert

RGB 163 140 141 -
CMYK 0 0.14 0.13 0.36
HSL 357.39º 0.11% 0.59% -
HSV(B) 357.39º 0.14% 0.64% -
XYZ 29.29 28.47 29.15 -
YUV 146.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 163 140 141 0 0.14 0.13 0.36 357.39 0.11 0.59
Hex A3 8C 8D 0 E D 24 165 B 3B
Octal 243 214 215 0 16 15 44 545 13 73
Binary 10100011 10001100 10001101 0 1110 1101 100100 101100101 1011 111011

Color Harmonies of #A38C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C8D

Black with #A38C8D

Text Example


Text Example

White with #A38C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C8D; }

 p { color: rgb(163,140,141); }

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

background-color css

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

 a { background-color: rgb(163,140,141); }

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

border-color css

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

 span { border-color: rgb(163,140,141); }

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