Html Css Color HEX #A76064 Turkish Rose

📋 copy color: '#A76064'

red 167 ◦ green 96 ◦ blue 100

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

Shades of Turkish Rose #A76064

Tints of Turkish Rose #A76064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 46.01%
G = 26.45%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A76064 (or 0xA76064) is known color: Turkish Rose. HEX triplet: A7, 60 and 64. RGB value is (167,96,100). Sum of RGB (Red+Green+Blue) = 167+96+100=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A76064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76064 is #589F9B. Grayscale: #757575. Windows color (decimal): -5808028 or 6578343. OLE color: 6578343.

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

Color convert

RGB 167 96 100 -
CMYK 0 0.43 0.40 0.35
HSL 356.62º 0.29% 0.52% -
HSV(B) 356.62º 0.43% 0.65% -
XYZ 22.42 17.5 14.25 -
YUV 117.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 167 96 100 0 0.43 0.40 0.35 356.62 0.29 0.52
Hex A7 60 64 0 2B 28 23 165 1D 34
Octal 247 140 144 0 53 50 43 545 35 64
Binary 10100111 1100000 1100100 0 101011 101000 100011 101100101 11101 110100

Color Harmonies of #A76064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76064

Black with #A76064

Text Example


Text Example

White with #A76064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76064; }

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

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

background-color css

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

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

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

border-color css

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

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

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