Html Css Color HEX #A76465 Turkish Rose

📋 copy color: '#A76465'

red 167 ◦ green 100 ◦ blue 101

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

Shades of Turkish Rose #A76465

Tints of Turkish Rose #A76465

RGB

 RED value IS 167 (65.63% from 255) = 45.38%

 GREEN value IS 100 (39.45% from 255) = 27.17%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 45.38%
G = 27.17%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A76465 (or 0xA76465) is known color: Turkish Rose. HEX triplet: A7, 64 and 65. RGB value is (167,100,101). Sum of RGB (Red+Green+Blue) = 167+100+101=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76465 is #589B9A. Grayscale: #787878. Windows color (decimal): -5807003 or 6644903. OLE color: 6644903.

HSL color Cylindrical-coordinate representation of color #A76465: hue angle of 359.1º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76465 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 101 -
CMYK 0 0.40 0.40 0.35
HSL 359.1º 0.28% 0.52% -
HSV(B) 359.1º 0.4% 0.65% -
XYZ 22.84 18.27 14.63 -
YUV 120.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 167 100 101 0 0.40 0.40 0.35 359.1 0.28 0.52
Hex A7 64 65 0 28 28 23 167 1C 34
Octal 247 144 145 0 50 50 43 547 34 64
Binary 10100111 1100100 1100101 0 101000 101000 100011 101100111 11100 110100

Color Harmonies of #A76465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76465

Black with #A76465

Text Example


Text Example

White with #A76465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76465; }

 p { color: rgb(167,100,101); }

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

background-color css

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

 a { background-color: rgb(167,100,101); }

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

border-color css

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

 span { border-color: rgb(167,100,101); }

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