Html Css Color HEX #A76072 Turkish Rose

📋 copy color: '#A76072'

red 167 ◦ green 96 ◦ blue 114

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

Shades of Turkish Rose #A76072

Tints of Turkish Rose #A76072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 44.3%
G = 25.46%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A76072 (or 0xA76072) is known color: Turkish Rose. HEX triplet: A7, 60 and 72. RGB value is (167,96,114). Sum of RGB (Red+Green+Blue) = 167+96+114=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A76072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76072 is #589F8D. Grayscale: #777777. Windows color (decimal): -5808014 or 7495847. OLE color: 7495847.

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

Color convert

RGB 167 96 114 -
CMYK 0 0.43 0.32 0.35
HSL 344.79º 0.29% 0.52% -
HSV(B) 344.79º 0.43% 0.65% -
XYZ 23.16 17.8 18.13 -
YUV 119.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 167 96 114 0 0.43 0.32 0.35 344.79 0.29 0.52
Hex A7 60 72 0 2B 20 23 159 1D 34
Octal 247 140 162 0 53 40 43 531 35 64
Binary 10100111 1100000 1110010 0 101011 100000 100011 101011001 11101 110100

Color Harmonies of #A76072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76072

Black with #A76072

Text Example


Text Example

White with #A76072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76072; }

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

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

background-color css

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

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

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

border-color css

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

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

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