Html Css Color HEX #A58083 Turkish Rose

📋 copy color: '#A58083'

red 165 ◦ green 128 ◦ blue 131

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

Shades of Turkish Rose #A58083

Tints of Turkish Rose #A58083

RGB

 RED value IS 165 (64.84% from 255) = 38.92%

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

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

R = 38.92%
G = 30.19%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A58083 (or 0xA58083) is known color: Turkish Rose. HEX triplet: A5, 80 and 83. RGB value is (165,128,131). Sum of RGB (Red+Green+Blue) = 165+128+131=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A58083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58083 is #5A7F7C. Grayscale: #8B8B8B. Windows color (decimal): -5930877 or 8618149. OLE color: 8618149.

HSL color Cylindrical-coordinate representation of color #A58083: hue angle of 355.14º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58083 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 131 -
CMYK 0 0.22 0.21 0.35
HSL 355.14º 0.17% 0.57% -
HSV(B) 355.14º 0.22% 0.65% -
XYZ 27.33 25.08 24.87 -
YUV 139.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 165 128 131 0 0.22 0.21 0.35 355.14 0.17 0.57
Hex A5 80 83 0 16 15 23 163 11 39
Octal 245 200 203 0 26 25 43 543 21 71
Binary 10100101 10000000 10000011 0 10110 10101 100011 101100011 10001 111001

Color Harmonies of #A58083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58083

Black with #A58083

Text Example


Text Example

White with #A58083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58083; }

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

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

background-color css

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

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

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

border-color css

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

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

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