Html Css Color HEX #A36278 Turkish Rose

📋 copy color: '#A36278'

red 163 ◦ green 98 ◦ blue 120

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

Shades of Turkish Rose #A36278

Tints of Turkish Rose #A36278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 42.78%
G = 25.72%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A36278 (or 0xA36278) is known color: Turkish Rose. HEX triplet: A3, 62 and 78. RGB value is (163,98,120). Sum of RGB (Red+Green+Blue) = 163+98+120=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36278 is #5C9D87. Grayscale: #777777. Windows color (decimal): -6069640 or 7889571. OLE color: 7889571.

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

Color convert

RGB 163 98 120 -
CMYK 0 0.40 0.26 0.36
HSL 339.69º 0.26% 0.51% -
HSV(B) 339.69º 0.4% 0.64% -
XYZ 22.86 17.88 20.02 -
YUV 119.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 163 98 120 0 0.40 0.26 0.36 339.69 0.26 0.51
Hex A3 62 78 0 28 1A 24 154 1A 33
Octal 243 142 170 0 50 32 44 524 32 63
Binary 10100011 1100010 1111000 0 101000 11010 100100 101010100 11010 110011

Color Harmonies of #A36278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36278

Black with #A36278

Text Example


Text Example

White with #A36278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36278; }

 p { color: rgb(163,98,120); }

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

background-color css

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

 a { background-color: rgb(163,98,120); }

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

border-color css

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

 span { border-color: rgb(163,98,120); }

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