Html Css Color HEX #A96667 Turkish Rose

📋 copy color: '#A96667'

red 169 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #A96667

Tints of Turkish Rose #A96667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

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

R = 45.19%
G = 27.27%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A96667 (or 0xA96667) is known color: Turkish Rose. HEX triplet: A9, 66 and 67. RGB value is (169,102,103). Sum of RGB (Red+Green+Blue) = 169+102+103=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A96667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96667 is #569998. Grayscale: #7A7A7A. Windows color (decimal): -5675417 or 6776489. OLE color: 6776489.

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

Color convert

RGB 169 102 103 -
CMYK 0 0.40 0.39 0.34
HSL 359.1º 0.28% 0.53% -
HSV(B) 359.1º 0.4% 0.66% -
XYZ 23.56 18.92 15.24 -
YUV 122.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 169 102 103 0 0.40 0.39 0.34 359.1 0.28 0.53
Hex A9 66 67 0 28 27 22 167 1C 35
Octal 251 146 147 0 50 47 42 547 34 65
Binary 10101001 1100110 1100111 0 101000 100111 100010 101100111 11100 110101

Color Harmonies of #A96667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96667

Black with #A96667

Text Example


Text Example

White with #A96667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96667; }

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

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

background-color css

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

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

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

border-color css

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

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

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