Html Css Color HEX #A3787D Turkish Rose

📋 copy color: '#A3787D'

red 163 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #A3787D

Tints of Turkish Rose #A3787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 39.95%
G = 29.41%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3787D (or 0xA3787D) is known color: Turkish Rose. HEX triplet: A3, 78 and 7D. RGB value is (163,120,125). Sum of RGB (Red+Green+Blue) = 163+120+125=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3787D is #5C8782. Grayscale: #858585. Windows color (decimal): -6064003 or 8222883. OLE color: 8222883.

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

Color convert

RGB 163 120 125 -
CMYK 0 0.26 0.23 0.36
HSL 353.02º 0.19% 0.55% -
HSV(B) 353.02º 0.26% 0.64% -
XYZ 25.52 22.7 22.44 -
YUV 133.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 163 120 125 0 0.26 0.23 0.36 353.02 0.19 0.55
Hex A3 78 7D 0 1A 17 24 161 13 37
Octal 243 170 175 0 32 27 44 541 23 67
Binary 10100011 1111000 1111101 0 11010 10111 100100 101100001 10011 110111

Color Harmonies of #A3787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3787D

Black with #A3787D

Text Example


Text Example

White with #A3787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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