Html Css Color HEX #A5787D Turkish Rose

📋 copy color: '#A5787D'

red 165 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #A5787D

Tints of Turkish Rose #A5787D

RGB

 RED value IS 165 (64.84% from 255) = 40.24%

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

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

R = 40.24%
G = 29.27%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5787D (or 0xA5787D) is known color: Turkish Rose. HEX triplet: A5, 78 and 7D. RGB value is (165,120,125). Sum of RGB (Red+Green+Blue) = 165+120+125=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5787D is #5A8782. Grayscale: #868686. Windows color (decimal): -5932931 or 8222885. OLE color: 8222885.

HSL color Cylindrical-coordinate representation of color #A5787D: hue angle of 353.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5787D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 120 125 -
CMYK 0 0.27 0.24 0.35
HSL 353.33º 0.2% 0.56% -
HSV(B) 353.33º 0.27% 0.65% -
XYZ 25.94 22.91 22.46 -
YUV 134.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 165 120 125 0 0.27 0.24 0.35 353.33 0.2 0.56
Hex A5 78 7D 0 1B 18 23 161 14 38
Octal 245 170 175 0 33 30 43 541 24 70
Binary 10100101 1111000 1111101 0 11011 11000 100011 101100001 10100 111000

Color Harmonies of #A5787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5787D

Black with #A5787D

Text Example


Text Example

White with #A5787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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