Html Css Color HEX #A96572 Turkish Rose

📋 copy color: '#A96572'

red 169 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #A96572

Tints of Turkish Rose #A96572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 44.01%
G = 26.3%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A96572 (or 0xA96572) is known color: Turkish Rose. HEX triplet: A9, 65 and 72. RGB value is (169,101,114). Sum of RGB (Red+Green+Blue) = 169+101+114=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A96572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96572 is #569A8D. Grayscale: #7A7A7A. Windows color (decimal): -5675662 or 7497129. OLE color: 7497129.

HSL color Cylindrical-coordinate representation of color #A96572: hue angle of 348.53º 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 #A96572 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 101 114 -
CMYK 0 0.40 0.33 0.34
HSL 348.53º 0.28% 0.53% -
HSV(B) 348.53º 0.4% 0.66% -
XYZ 24.05 18.96 18.31 -
YUV 122.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 169 101 114 0 0.40 0.33 0.34 348.53 0.28 0.53
Hex A9 65 72 0 28 21 22 15D 1C 35
Octal 251 145 162 0 50 41 42 535 34 65
Binary 10101001 1100101 1110010 0 101000 100001 100010 101011101 11100 110101

Color Harmonies of #A96572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96572

Black with #A96572

Text Example


Text Example

White with #A96572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96572; }

 p { color: rgb(169,101,114); }

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

background-color css

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

 a { background-color: rgb(169,101,114); }

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

border-color css

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

 span { border-color: rgb(169,101,114); }

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