Html Css Color HEX #A36472 Turkish Rose

📋 copy color: '#A36472'

red 163 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #A36472

Tints of Turkish Rose #A36472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 43.24%
G = 26.53%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A36472 (or 0xA36472) is known color: Turkish Rose. HEX triplet: A3, 64 and 72. RGB value is (163,100,114). Sum of RGB (Red+Green+Blue) = 163+100+114=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A36472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36472 is #5C9B8D. Grayscale: #787878. Windows color (decimal): -6069134 or 7496867. OLE color: 7496867.

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

Color convert

RGB 163 100 114 -
CMYK 0 0.39 0.30 0.36
HSL 346.67º 0.26% 0.52% -
HSV(B) 346.67º 0.39% 0.64% -
XYZ 22.7 18.12 18.22 -
YUV 120.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 163 100 114 0 0.39 0.30 0.36 346.67 0.26 0.52
Hex A3 64 72 0 27 1E 24 15B 1A 34
Octal 243 144 162 0 47 36 44 533 32 64
Binary 10100011 1100100 1110010 0 100111 11110 100100 101011011 11010 110100

Color Harmonies of #A36472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36472

Black with #A36472

Text Example


Text Example

White with #A36472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36472; }

 p { color: rgb(163,100,114); }

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

background-color css

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

 a { background-color: rgb(163,100,114); }

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

border-color css

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

 span { border-color: rgb(163,100,114); }

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