Html Css Color HEX #A76369 Turkish Rose

📋 copy color: '#A76369'

red 167 ◦ green 99 ◦ blue 105

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

Shades of Turkish Rose #A76369

Tints of Turkish Rose #A76369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 45.01%
G = 26.68%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A76369 (or 0xA76369) is known color: Turkish Rose. HEX triplet: A7, 63 and 69. RGB value is (167,99,105). Sum of RGB (Red+Green+Blue) = 167+99+105=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A76369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76369 is #589C96. Grayscale: #787878. Windows color (decimal): -5807255 or 6906791. OLE color: 6906791.

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

Color convert

RGB 167 99 105 -
CMYK 0 0.41 0.37 0.35
HSL 354.71º 0.28% 0.52% -
HSV(B) 354.71º 0.41% 0.65% -
XYZ 22.95 18.16 15.66 -
YUV 120.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 167 99 105 0 0.41 0.37 0.35 354.71 0.28 0.52
Hex A7 63 69 0 29 25 23 163 1C 34
Octal 247 143 151 0 51 45 43 543 34 64
Binary 10100111 1100011 1101001 0 101001 100101 100011 101100011 11100 110100

Color Harmonies of #A76369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76369

Black with #A76369

Text Example


Text Example

White with #A76369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76369; }

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

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

background-color css

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

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

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

border-color css

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

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

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