Html Css Color HEX #A36379 Turkish Rose

📋 copy color: '#A36379'

red 163 ◦ green 99 ◦ blue 121

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

Shades of Turkish Rose #A36379

Tints of Turkish Rose #A36379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 42.56%
G = 25.85%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A36379 (or 0xA36379) is known color: Turkish Rose. HEX triplet: A3, 63 and 79. RGB value is (163,99,121). Sum of RGB (Red+Green+Blue) = 163+99+121=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A36379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36379 is #5C9C86. Grayscale: #787878. Windows color (decimal): -6069383 or 7955363. OLE color: 7955363.

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

Color convert

RGB 163 99 121 -
CMYK 0 0.39 0.26 0.36
HSL 339.38º 0.26% 0.51% -
HSV(B) 339.38º 0.39% 0.64% -
XYZ 23.02 18.09 20.37 -
YUV 120.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 163 99 121 0 0.39 0.26 0.36 339.38 0.26 0.51
Hex A3 63 79 0 27 1A 24 153 1A 33
Octal 243 143 171 0 47 32 44 523 32 63
Binary 10100011 1100011 1111001 0 100111 11010 100100 101010011 11010 110011

Color Harmonies of #A36379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36379

Black with #A36379

Text Example


Text Example

White with #A36379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36379; }

 p { color: rgb(163,99,121); }

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

background-color css

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

 a { background-color: rgb(163,99,121); }

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

border-color css

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

 span { border-color: rgb(163,99,121); }

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