Html Css Color HEX #A08083 Turkish Rose

📋 copy color: '#A08083'

red 160 ◦ green 128 ◦ blue 131

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

Shades of Turkish Rose #A08083

Tints of Turkish Rose #A08083

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 38.19%
G = 30.55%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A08083 (or 0xA08083) is known color: Turkish Rose. HEX triplet: A0, 80 and 83. RGB value is (160,128,131). Sum of RGB (Red+Green+Blue) = 160+128+131=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A08083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08083 is #5F7F7C. Grayscale: #898989. Windows color (decimal): -6258557 or 8618144. OLE color: 8618144.

HSL color Cylindrical-coordinate representation of color #A08083: hue angle of 354.38º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08083 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 131 -
CMYK 0 0.20 0.18 0.37
HSL 354.38º 0.14% 0.56% -
HSV(B) 354.38º 0.2% 0.63% -
XYZ 26.31 24.55 24.82 -
YUV 137.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 160 128 131 0 0.20 0.18 0.37 354.38 0.14 0.56
Hex A0 80 83 0 14 12 25 162 E 38
Octal 240 200 203 0 24 22 45 542 16 70
Binary 10100000 10000000 10000011 0 10100 10010 100101 101100010 1110 111000

Color Harmonies of #A08083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08083

Black with #A08083

Text Example


Text Example

White with #A08083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08083; }

 p { color: rgb(160,128,131); }

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

background-color css

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

 a { background-color: rgb(160,128,131); }

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

border-color css

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

 span { border-color: rgb(160,128,131); }

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