Html Css Color HEX #A76068 Turkish Rose

📋 copy color: '#A76068'

red 167 ◦ green 96 ◦ blue 104

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

Shades of Turkish Rose #A76068

Tints of Turkish Rose #A76068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.34%

R = 45.5%
G = 26.16%
B = 28.34%

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

#A76068 (or 0xA76068) is known color: Turkish Rose. HEX triplet: A7, 60 and 68. RGB value is (167,96,104). Sum of RGB (Red+Green+Blue) = 167+96+104=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A76068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76068 is #589F97. Grayscale: #767676. Windows color (decimal): -5808024 or 6840487. OLE color: 6840487.

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

Color convert

RGB 167 96 104 -
CMYK 0 0.43 0.38 0.35
HSL 353.24º 0.29% 0.52% -
HSV(B) 353.24º 0.43% 0.65% -
XYZ 22.62 17.58 15.3 -
YUV 118.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 167 96 104 0 0.43 0.38 0.35 353.24 0.29 0.52
Hex A7 60 68 0 2B 26 23 161 1D 34
Octal 247 140 150 0 53 46 43 541 35 64
Binary 10100111 1100000 1101000 0 101011 100110 100011 101100001 11101 110100

Color Harmonies of #A76068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76068

Black with #A76068

Text Example


Text Example

White with #A76068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76068; }

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

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

background-color css

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

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

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

border-color css

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

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

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