Html Css Color HEX #A38081 Turkish Rose

📋 copy color: '#A38081'

red 163 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #A38081

Tints of Turkish Rose #A38081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.48%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 38.81%
G = 30.48%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A38081 (or 0xA38081) is known color: Turkish Rose. HEX triplet: A3, 80 and 81. RGB value is (163,128,129). Sum of RGB (Red+Green+Blue) = 163+128+129=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A38081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38081 is #5C7F7E. Grayscale: #8A8A8A. Windows color (decimal): -6061951 or 8487075. OLE color: 8487075.

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

Color convert

RGB 163 128 129 -
CMYK 0 0.21 0.21 0.36
HSL 358.29º 0.16% 0.57% -
HSV(B) 358.29º 0.21% 0.64% -
XYZ 26.79 24.81 24.15 -
YUV 138.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 163 128 129 0 0.21 0.21 0.36 358.29 0.16 0.57
Hex A3 80 81 0 15 15 24 166 10 39
Octal 243 200 201 0 25 25 44 546 20 71
Binary 10100011 10000000 10000001 0 10101 10101 100100 101100110 10000 111001

Color Harmonies of #A38081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38081

Black with #A38081

Text Example


Text Example

White with #A38081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38081; }

 p { color: rgb(163,128,129); }

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

background-color css

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

 a { background-color: rgb(163,128,129); }

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

border-color css

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

 span { border-color: rgb(163,128,129); }

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