Html Css Color HEX #A36A6B Turkish Rose

📋 copy color: '#A36A6B'

red 163 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #A36A6B

Tints of Turkish Rose #A36A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 43.35%
G = 28.19%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A36A6B (or 0xA36A6B) is known color: Turkish Rose. HEX triplet: A3, 6A and 6B. RGB value is (163,106,107). Sum of RGB (Red+Green+Blue) = 163+106+107=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A6B is #5C9594. Grayscale: #7B7B7B. Windows color (decimal): -6067605 or 7039651. OLE color: 7039651.

HSL color Cylindrical-coordinate representation of color #A36A6B: hue angle of 358.95º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A6B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 106 107 -
CMYK 0 0.35 0.34 0.36
HSL 358.95º 0.24% 0.53% -
HSV(B) 358.95º 0.35% 0.64% -
XYZ 22.91 19.16 16.4 -
YUV 123.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 163 106 107 0 0.35 0.34 0.36 358.95 0.24 0.53
Hex A3 6A 6B 0 23 22 24 167 18 35
Octal 243 152 153 0 43 42 44 547 30 65
Binary 10100011 1101010 1101011 0 100011 100010 100100 101100111 11000 110101

Color Harmonies of #A36A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A6B

Black with #A36A6B

Text Example


Text Example

White with #A36A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A6B; }

 p { color: rgb(163,106,107); }

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

background-color css

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

 a { background-color: rgb(163,106,107); }

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

border-color css

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

 span { border-color: rgb(163,106,107); }

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