Html Css Color HEX #A96072 Turkish Rose

📋 copy color: '#A96072'

red 169 ◦ green 96 ◦ blue 114

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

Shades of Turkish Rose #A96072

Tints of Turkish Rose #A96072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

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

R = 44.59%
G = 25.33%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A96072 (or 0xA96072) is known color: Turkish Rose. HEX triplet: A9, 60 and 72. RGB value is (169,96,114). Sum of RGB (Red+Green+Blue) = 169+96+114=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A96072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96072 is #569F8D. Grayscale: #777777. Windows color (decimal): -5676942 or 7495849. OLE color: 7495849.

HSL color Cylindrical-coordinate representation of color #A96072: hue angle of 345.21º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96072 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 114 -
CMYK 0 0.43 0.33 0.34
HSL 345.21º 0.3% 0.52% -
HSV(B) 345.21º 0.43% 0.66% -
XYZ 23.58 18.02 18.15 -
YUV 119.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 169 96 114 0 0.43 0.33 0.34 345.21 0.3 0.52
Hex A9 60 72 0 2B 21 22 159 1E 34
Octal 251 140 162 0 53 41 42 531 36 64
Binary 10101001 1100000 1110010 0 101011 100001 100010 101011001 11110 110100

Color Harmonies of #A96072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96072

Black with #A96072

Text Example


Text Example

White with #A96072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96072; }

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

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

background-color css

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

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

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

border-color css

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

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

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