Html Css Color HEX #A36875 Turkish Rose

📋 copy color: '#A36875'

red 163 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #A36875

Tints of Turkish Rose #A36875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 42.45%
G = 27.08%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A36875 (or 0xA36875) is known color: Turkish Rose. HEX triplet: A3, 68 and 75. RGB value is (163,104,117). Sum of RGB (Red+Green+Blue) = 163+104+117=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A36875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36875 is #5C978A. Grayscale: #7B7B7B. Windows color (decimal): -6068107 or 7694499. OLE color: 7694499.

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

Color convert

RGB 163 104 117 -
CMYK 0 0.36 0.28 0.36
HSL 346.78º 0.24% 0.52% -
HSV(B) 346.78º 0.36% 0.64% -
XYZ 23.27 18.97 19.27 -
YUV 123.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 163 104 117 0 0.36 0.28 0.36 346.78 0.24 0.52
Hex A3 68 75 0 24 1C 24 15B 18 34
Octal 243 150 165 0 44 34 44 533 30 64
Binary 10100011 1101000 1110101 0 100100 11100 100100 101011011 11000 110100

Color Harmonies of #A36875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36875

Black with #A36875

Text Example


Text Example

White with #A36875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36875; }

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

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

background-color css

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

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

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

border-color css

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

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

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