Html Css Color HEX #A96367 Turkish Rose

📋 copy color: '#A96367'

red 169 ◦ green 99 ◦ blue 103

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

Shades of Turkish Rose #A96367

Tints of Turkish Rose #A96367

RGB

 RED value IS 169 (66.41% from 255) = 45.55%

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

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 45.55%
G = 26.68%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A96367 (or 0xA96367) is known color: Turkish Rose. HEX triplet: A9, 63 and 67. RGB value is (169,99,103). Sum of RGB (Red+Green+Blue) = 169+99+103=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A96367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96367 is #569C98. Grayscale: #787878. Windows color (decimal): -5676185 or 6775721. OLE color: 6775721.

HSL color Cylindrical-coordinate representation of color #A96367: hue angle of 356.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96367 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 99 103 -
CMYK 0 0.41 0.39 0.34
HSL 356.57º 0.29% 0.53% -
HSV(B) 356.57º 0.41% 0.66% -
XYZ 23.27 18.34 15.14 -
YUV 120.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 169 99 103 0 0.41 0.39 0.34 356.57 0.29 0.53
Hex A9 63 67 0 29 27 22 165 1D 35
Octal 251 143 147 0 51 47 42 545 35 65
Binary 10101001 1100011 1100111 0 101001 100111 100010 101100101 11101 110101

Color Harmonies of #A96367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96367

Black with #A96367

Text Example


Text Example

White with #A96367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96367; }

 p { color: rgb(169,99,103); }

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

background-color css

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

 a { background-color: rgb(169,99,103); }

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

border-color css

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

 span { border-color: rgb(169,99,103); }

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