Html Css Color HEX #A65F67 Turkish Rose

📋 copy color: '#A65F67'

red 166 ◦ green 95 ◦ blue 103

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

Shades of Turkish Rose #A65F67

Tints of Turkish Rose #A65F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 45.6%
G = 26.1%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A65F67 (or 0xA65F67) is known color: Turkish Rose. HEX triplet: A6, 5F and 67. RGB value is (166,95,103). Sum of RGB (Red+Green+Blue) = 166+95+103=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F67 is #59A098. Grayscale: #757575. Windows color (decimal): -5873817 or 6774694. OLE color: 6774694.

HSL color Cylindrical-coordinate representation of color #A65F67: hue angle of 353.24º 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 #A65F67 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 103 -
CMYK 0 0.43 0.38 0.35
HSL 353.24º 0.29% 0.51% -
HSV(B) 353.24º 0.43% 0.65% -
XYZ 22.27 17.27 14.99 -
YUV 117.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 166 95 103 0 0.43 0.38 0.35 353.24 0.29 0.51
Hex A6 5F 67 0 2B 26 23 161 1D 33
Octal 246 137 147 0 53 46 43 541 35 63
Binary 10100110 1011111 1100111 0 101011 100110 100011 101100001 11101 110011

Color Harmonies of #A65F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F67

Black with #A65F67

Text Example


Text Example

White with #A65F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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