Html Css Color HEX #A76073 Turkish Rose

📋 copy color: '#A76073'

red 167 ◦ green 96 ◦ blue 115

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

Shades of Turkish Rose #A76073

Tints of Turkish Rose #A76073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 44.18%
G = 25.4%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A76073 (or 0xA76073) is known color: Turkish Rose. HEX triplet: A7, 60 and 73. RGB value is (167,96,115). Sum of RGB (Red+Green+Blue) = 167+96+115=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A76073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76073 is #589F8C. Grayscale: #777777. Windows color (decimal): -5808013 or 7561383. OLE color: 7561383.

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

Color convert

RGB 167 96 115 -
CMYK 0 0.43 0.31 0.35
HSL 343.94º 0.29% 0.52% -
HSV(B) 343.94º 0.43% 0.65% -
XYZ 23.21 17.82 18.44 -
YUV 119.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 167 96 115 0 0.43 0.31 0.35 343.94 0.29 0.52
Hex A7 60 73 0 2B 1F 23 158 1D 34
Octal 247 140 163 0 53 37 43 530 35 64
Binary 10100111 1100000 1110011 0 101011 11111 100011 101011000 11101 110100

Color Harmonies of #A76073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76073

Black with #A76073

Text Example


Text Example

White with #A76073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76073; }

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

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

background-color css

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

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

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

border-color css

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

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

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