Html Css Color HEX #A45E6E Turkish Rose

📋 copy color: '#A45E6E'

red 164 ◦ green 94 ◦ blue 110

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

Shades of Turkish Rose #A45E6E

Tints of Turkish Rose #A45E6E

RGB

 RED value IS 164 (64.45% from 255) = 44.57%

 GREEN value IS 94 (37.11% from 255) = 25.54%

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 44.57%
G = 25.54%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A45E6E (or 0xA45E6E) is known color: Turkish Rose. HEX triplet: A4, 5E and 6E. RGB value is (164,94,110). Sum of RGB (Red+Green+Blue) = 164+94+110=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E6E is #5BA191. Grayscale: #747474. Windows color (decimal): -6005138 or 7233188. OLE color: 7233188.

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

Color convert

RGB 164 94 110 -
CMYK 0 0.43 0.33 0.36
HSL 346.29º 0.28% 0.51% -
HSV(B) 346.29º 0.43% 0.64% -
XYZ 22.13 17.02 16.87 -
YUV 116.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 164 94 110 0 0.43 0.33 0.36 346.29 0.28 0.51
Hex A4 5E 6E 0 2B 21 24 15A 1C 33
Octal 244 136 156 0 53 41 44 532 34 63
Binary 10100100 1011110 1101110 0 101011 100001 100100 101011010 11100 110011

Color Harmonies of #A45E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E6E

Black with #A45E6E

Text Example


Text Example

White with #A45E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E6E; }

 p { color: rgb(164,94,110); }

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

background-color css

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

 a { background-color: rgb(164,94,110); }

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

border-color css

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

 span { border-color: rgb(164,94,110); }

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