Html Css Color HEX #A76066 Turkish Rose

📋 copy color: '#A76066'

red 167 ◦ green 96 ◦ blue 102

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

Shades of Turkish Rose #A76066

Tints of Turkish Rose #A76066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 45.75%
G = 26.3%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A76066 (or 0xA76066) is known color: Turkish Rose. HEX triplet: A7, 60 and 66. RGB value is (167,96,102). Sum of RGB (Red+Green+Blue) = 167+96+102=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76066 is #589F99. Grayscale: #757575. Windows color (decimal): -5808026 or 6709415. OLE color: 6709415.

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

Color convert

RGB 167 96 102 -
CMYK 0 0.43 0.39 0.35
HSL 354.93º 0.29% 0.52% -
HSV(B) 354.93º 0.43% 0.65% -
XYZ 22.52 17.54 14.77 -
YUV 117.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 167 96 102 0 0.43 0.39 0.35 354.93 0.29 0.52
Hex A7 60 66 0 2B 27 23 163 1D 34
Octal 247 140 146 0 53 47 43 543 35 64
Binary 10100111 1100000 1100110 0 101011 100111 100011 101100011 11101 110100

Color Harmonies of #A76066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76066

Black with #A76066

Text Example


Text Example

White with #A76066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76066; }

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

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

background-color css

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

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

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

border-color css

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

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

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