Html Css Color HEX #A76069 Turkish Rose

📋 copy color: '#A76069'

red 167 ◦ green 96 ◦ blue 105

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

Shades of Turkish Rose #A76069

Tints of Turkish Rose #A76069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 45.38%
G = 26.09%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A76069 (or 0xA76069) is known color: Turkish Rose. HEX triplet: A7, 60 and 69. RGB value is (167,96,105). Sum of RGB (Red+Green+Blue) = 167+96+105=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76069 is #589F96. Grayscale: #767676. Windows color (decimal): -5808023 or 6906023. OLE color: 6906023.

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

Color convert

RGB 167 96 105 -
CMYK 0 0.43 0.37 0.35
HSL 352.39º 0.29% 0.52% -
HSV(B) 352.39º 0.43% 0.65% -
XYZ 22.67 17.6 15.57 -
YUV 118.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 167 96 105 0 0.43 0.37 0.35 352.39 0.29 0.52
Hex A7 60 69 0 2B 25 23 160 1D 34
Octal 247 140 151 0 53 45 43 540 35 64
Binary 10100111 1100000 1101001 0 101011 100101 100011 101100000 11101 110100

Color Harmonies of #A76069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76069

Black with #A76069

Text Example


Text Example

White with #A76069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76069; }

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

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

background-color css

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

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

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

border-color css

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

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

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