Html Css Color HEX #A65F62 Turkish Rose

📋 copy color: '#A65F62'

red 166 ◦ green 95 ◦ blue 98

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

Shades of Turkish Rose #A65F62

Tints of Turkish Rose #A65F62

RGB

 RED value IS 166 (65.23% from 255) = 46.24%

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

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 46.24%
G = 26.46%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A65F62 (or 0xA65F62) is known color: Turkish Rose. HEX triplet: A6, 5F and 62. RGB value is (166,95,98). Sum of RGB (Red+Green+Blue) = 166+95+98=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F62 is #59A09D. Grayscale: #747474. Windows color (decimal): -5873822 or 6447014. OLE color: 6447014.

HSL color Cylindrical-coordinate representation of color #A65F62: hue angle of 357.46º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65F62 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 98 -
CMYK 0 0.43 0.41 0.35
HSL 357.46º 0.29% 0.51% -
HSV(B) 357.46º 0.43% 0.65% -
XYZ 22.02 17.17 13.71 -
YUV 116.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 166 95 98 0 0.43 0.41 0.35 357.46 0.29 0.51
Hex A6 5F 62 0 2B 29 23 165 1D 33
Octal 246 137 142 0 53 51 43 545 35 63
Binary 10100110 1011111 1100010 0 101011 101001 100011 101100101 11101 110011

Color Harmonies of #A65F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F62

Black with #A65F62

Text Example


Text Example

White with #A65F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F62; }

 p { color: rgb(166,95,98); }

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

background-color css

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

 a { background-color: rgb(166,95,98); }

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

border-color css

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

 span { border-color: rgb(166,95,98); }

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