Html Css Color HEX #A38287 Turkish Rose

📋 copy color: '#A38287'

red 163 ◦ green 130 ◦ blue 135

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

Shades of Turkish Rose #A38287

Tints of Turkish Rose #A38287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

 BLUE value IS 135 (53.13% from 255) = 31.54%

R = 38.08%
G = 30.37%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A38287 (or 0xA38287) is known color: Turkish Rose. HEX triplet: A3, 82 and 87. RGB value is (163,130,135). Sum of RGB (Red+Green+Blue) = 163+130+135=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A38287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38287 is #5C7D78. Grayscale: #8C8C8C. Windows color (decimal): -6061433 or 8880803. OLE color: 8880803.

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

Color convert

RGB 163 130 135 -
CMYK 0 0.20 0.17 0.36
HSL 350.91º 0.15% 0.57% -
HSV(B) 350.91º 0.2% 0.64% -
XYZ 27.46 25.5 26.4 -
YUV 140.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 163 130 135 0 0.20 0.17 0.36 350.91 0.15 0.57
Hex A3 82 87 0 14 11 24 15F F 39
Octal 243 202 207 0 24 21 44 537 17 71
Binary 10100011 10000010 10000111 0 10100 10001 100100 101011111 1111 111001

Color Harmonies of #A38287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38287

Black with #A38287

Text Example


Text Example

White with #A38287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38287; }

 p { color: rgb(163,130,135); }

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

background-color css

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

 a { background-color: rgb(163,130,135); }

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

border-color css

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

 span { border-color: rgb(163,130,135); }

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