Html Css Color HEX #A85F61 Turkish Rose

📋 copy color: '#A85F61'

red 168 ◦ green 95 ◦ blue 97

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

Shades of Turkish Rose #A85F61

Tints of Turkish Rose #A85F61

RGB

 RED value IS 168 (66.02% from 255) = 46.67%

 GREEN value IS 95 (37.5% from 255) = 26.39%

 BLUE value IS 97 (38.28% from 255) = 26.94%

R = 46.67%
G = 26.39%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A85F61 (or 0xA85F61) is known color: Turkish Rose. HEX triplet: A8, 5F and 61. RGB value is (168,95,97). Sum of RGB (Red+Green+Blue) = 168+95+97=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F61 is #57A09E. Grayscale: #757575. Windows color (decimal): -5742751 or 6381480. OLE color: 6381480.

HSL color Cylindrical-coordinate representation of color #A85F61: hue angle of 358.36º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F61 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 95 97 -
CMYK 0 0.43 0.42 0.34
HSL 358.36º 0.3% 0.52% -
HSV(B) 358.36º 0.43% 0.66% -
XYZ 22.4 17.37 13.48 -
YUV 117.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 168 95 97 0 0.43 0.42 0.34 358.36 0.3 0.52
Hex A8 5F 61 0 2B 2A 22 166 1E 34
Octal 250 137 141 0 53 52 42 546 36 64
Binary 10101000 1011111 1100001 0 101011 101010 100010 101100110 11110 110100

Color Harmonies of #A85F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F61

Black with #A85F61

Text Example


Text Example

White with #A85F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F61; }

 p { color: rgb(168,95,97); }

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

background-color css

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

 a { background-color: rgb(168,95,97); }

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

border-color css

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

 span { border-color: rgb(168,95,97); }

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