Html Css Color HEX #A76469 Turkish Rose

📋 copy color: '#A76469'

red 167 ◦ green 100 ◦ blue 105

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

Shades of Turkish Rose #A76469

Tints of Turkish Rose #A76469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 44.89%
G = 26.88%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A76469 (or 0xA76469) is known color: Turkish Rose. HEX triplet: A7, 64 and 69. RGB value is (167,100,105). Sum of RGB (Red+Green+Blue) = 167+100+105=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A76469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76469 is #589B96. Grayscale: #787878. Windows color (decimal): -5806999 or 6907047. OLE color: 6907047.

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

Color convert

RGB 167 100 105 -
CMYK 0 0.40 0.37 0.35
HSL 355.52º 0.28% 0.52% -
HSV(B) 355.52º 0.4% 0.65% -
XYZ 23.04 18.35 15.69 -
YUV 120.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 167 100 105 0 0.40 0.37 0.35 355.52 0.28 0.52
Hex A7 64 69 0 28 25 23 164 1C 34
Octal 247 144 151 0 50 45 43 544 34 64
Binary 10100111 1100100 1101001 0 101000 100101 100011 101100100 11100 110100

Color Harmonies of #A76469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76469

Black with #A76469

Text Example


Text Example

White with #A76469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76469; }

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

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

background-color css

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

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

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

border-color css

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

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

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