Html Css Color HEX #A36068 Turkish Rose

📋 copy color: '#A36068'

red 163 ◦ green 96 ◦ blue 104

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

Shades of Turkish Rose #A36068

Tints of Turkish Rose #A36068

RGB

 RED value IS 163 (64.06% from 255) = 44.9%

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 44.9%
G = 26.45%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A36068 (or 0xA36068) is known color: Turkish Rose. HEX triplet: A3, 60 and 68. RGB value is (163,96,104). Sum of RGB (Red+Green+Blue) = 163+96+104=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36068 is #5C9F97. Grayscale: #747474. Windows color (decimal): -6070168 or 6840483. OLE color: 6840483.

HSL color Cylindrical-coordinate representation of color #A36068: hue angle of 352.84º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A36068 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 96 104 -
CMYK 0 0.41 0.36 0.36
HSL 352.84º 0.27% 0.51% -
HSV(B) 352.84º 0.41% 0.64% -
XYZ 21.79 17.15 15.26 -
YUV 116.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 163 96 104 0 0.41 0.36 0.36 352.84 0.27 0.51
Hex A3 60 68 0 29 24 24 161 1B 33
Octal 243 140 150 0 51 44 44 541 33 63
Binary 10100011 1100000 1101000 0 101001 100100 100100 101100001 11011 110011

Color Harmonies of #A36068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36068

Black with #A36068

Text Example


Text Example

White with #A36068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36068; }

 p { color: rgb(163,96,104); }

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

background-color css

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

 a { background-color: rgb(163,96,104); }

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

border-color css

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

 span { border-color: rgb(163,96,104); }

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