Html Css Color HEX #A38586 Turkish Rose

📋 copy color: '#A38586'

red 163 ◦ green 133 ◦ blue 134

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

Shades of Turkish Rose #A38586

Tints of Turkish Rose #A38586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 37.91%
G = 30.93%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A38586 (or 0xA38586) is known color: Turkish Rose. HEX triplet: A3, 85 and 86. RGB value is (163,133,134). Sum of RGB (Red+Green+Blue) = 163+133+134=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38586 is #5C7A79. Grayscale: #8E8E8E. Windows color (decimal): -6060666 or 8816035. OLE color: 8816035.

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

Color convert

RGB 163 133 134 -
CMYK 0 0.18 0.18 0.36
HSL 358º 0.14% 0.58% -
HSV(B) 358º 0.18% 0.64% -
XYZ 27.79 26.28 26.16 -
YUV 142.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 163 133 134 0 0.18 0.18 0.36 358 0.14 0.58
Hex A3 85 86 0 12 12 24 166 E 3A
Octal 243 205 206 0 22 22 44 546 16 72
Binary 10100011 10000101 10000110 0 10010 10010 100100 101100110 1110 111010

Color Harmonies of #A38586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38586

Black with #A38586

Text Example


Text Example

White with #A38586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38586; }

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

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

background-color css

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

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

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

border-color css

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

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

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