Html Css Color HEX #A76574 Turkish Rose

📋 copy color: '#A76574'

red 167 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #A76574

Tints of Turkish Rose #A76574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 43.49%
G = 26.3%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A76574 (or 0xA76574) is known color: Turkish Rose. HEX triplet: A7, 65 and 74. RGB value is (167,101,116). Sum of RGB (Red+Green+Blue) = 167+101+116=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76574 is #589A8B. Grayscale: #7A7A7A. Windows color (decimal): -5806732 or 7628199. OLE color: 7628199.

HSL color Cylindrical-coordinate representation of color #A76574: hue angle of 346.36º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76574 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 101 116 -
CMYK 0 0.40 0.31 0.35
HSL 346.36º 0.27% 0.53% -
HSV(B) 346.36º 0.4% 0.65% -
XYZ 23.74 18.78 18.9 -
YUV 122.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 167 101 116 0 0.40 0.31 0.35 346.36 0.27 0.53
Hex A7 65 74 0 28 1F 23 15A 1B 35
Octal 247 145 164 0 50 37 43 532 33 65
Binary 10100111 1100101 1110100 0 101000 11111 100011 101011010 11011 110101

Color Harmonies of #A76574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76574

Black with #A76574

Text Example


Text Example

White with #A76574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76574; }

 p { color: rgb(167,101,116); }

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

background-color css

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

 a { background-color: rgb(167,101,116); }

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

border-color css

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

 span { border-color: rgb(167,101,116); }

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